You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order of samples in output file is determined by os.listdir() (L359) and is not very intuitive (not lexicographic)
Could be nice :
At least to have something more intuitive (eg: similar to ls)
Better to have samples "version-sorted" (like with sort -V / --version-sort = CSG001 > CSG002 > CSG003 > ... > CSG010 ...)
Even better : controlable samples sort order
Could be through a new parameter such as -l / --list with a list of files (and mutually exclusive with current -i / --input /path/to/dir)
=> This way we could for example keep same order as in SampleSheet
Thanks a bunch !
Felix.
The text was updated successfully, but these errors were encountered:
Order of samples in output file is determined by
os.listdir()
(L359) and is not very intuitive (not lexicographic)Could be nice :
ls
)sort -V / --version-sort
= CSG001 > CSG002 > CSG003 > ... > CSG010 ...)Could be through a new parameter such as
-l / --list
with a list of files (and mutually exclusive with current-i / --input /path/to/dir
)=> This way we could for example keep same order as in SampleSheet
Thanks a bunch !
Felix.
The text was updated successfully, but these errors were encountered: