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

options #14

Open
hurchu opened this issue Sep 29, 2015 · 1 comment
Open

options #14

hurchu opened this issue Sep 29, 2015 · 1 comment

Comments

@hurchu
Copy link

hurchu commented Sep 29, 2015

Hi,

fastq-sort [OPTION]... [FILE]...
Concatenate and sort FASTQ files and write to standard output.
Options:
-r, --reverse sort in reverse (i.e., descending) order
-I, --id sort alphabetically by read identifier
-N, --idn sort alphanumerically by read identifier according to "samtools sort -n"
-S, --seq sort alphabetically by sequence
-R, --random randomly shuffle the sequences
--seed[=SEED] seed to use for random shuffle.
-G, --gc sort by GC content
-M, --mean-qual sort by median quality score
-h, --help print this message
-V, --version output version information and exit

But when I tried fastq-sort -N, invalid option -- 'N'. After checking the script, it should be 'n'.

Could you please modify the help information. Thanks!

Best,

@greenstick
Copy link

+1 - I found with fastq-sort -I and --id don't work, the source seems to indicate it should be -i.

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

2 participants