-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
The current README displays usage as:
fqgrep -r 'GACGAGATTA' -a 'GACGTGATTA' --r1-fastq /data/testR1.fastq.gz --r2-fastq /data/testR2.fastq.gz -o ./test_out -t 28
However, the way I'm currently testing the program looks like:
fqgrep --progress --threads 8 --color always <my_pattern> test.fastq test.fastq.gz test.fastq.zst
as the former command does not work and the latter seems to be in-line with the output of fqgrep -h , which is:
fqgrep [FLAGS] [OPTIONS] [--] [args]...
Which one of these is the long-term planned proper command-line usage? Happy to do a PR on the README if it should actually be changed, just wanted to confirm.
Metadata
Metadata
Assignees
Labels
No labels