Skip to content

Proper command-line usage for fqgrep #32

@kockan

Description

@kockan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions