Skip to content

Commit 2af164f

Browse files
authored
Merge pull request #69 from ablejec/develop
the most recent phenodata on top
2 parents 2cc59ea + 87e6885 commit 2af164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/x.lib/pISA.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ rem process level specific items
695695
call :processMeta %tmpldir%\%IDClass%\%IDType%\%$metaTypeini%
696696
SETLOCAL ENABLEDELAYEDEXPANSION
697697
SET "pfns="
698-
FOR /f "delims=" %%i IN ('dir %iroot%\phenodata_20*.* /B') DO (
698+
FOR /f "delims=" %%i IN ('dir %iroot%\phenodata_20*.* /B /O:-N') DO (
699699
SET pfns=!pfns!%%i/
700700
)
701701
SETLOCAL DISABLEDELAYEDEXPANSION

0 commit comments

Comments
 (0)