Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort order of samples in outfile #3

Open
tetedange13 opened this issue Jan 28, 2025 · 0 comments
Open

Sort order of samples in outfile #3

tetedange13 opened this issue Jan 28, 2025 · 0 comments

Comments

@tetedange13
Copy link
Collaborator

tetedange13 commented Jan 28, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant