#fastq #bioinformatics #match #read #sequence #pair #ref

bin+lib fqgrep

Search a pair of fastq files for reads that match a given ref or alt sequence

2 releases (1 stable)

1.0.2 Jan 25, 2023
0.1.0 Jul 30, 2022

#223 in Biology

MIT license

75KB
1.5K SLoC

fqgrep

Build Status license Version info Install with bioconda
Grep for FASTQ files.

Search a pair of fastq files for reads that match a given ref or alt sequence.

Install

From bioconda

conda install -c bioconda fqgrep

From Source

git clone ... && cd fqgrep
cargo install --path .

Usage

fqgrep -r 'GACGAGATTA' -a 'GACGTGATTA' --r1-fastq /data/testR1.fastq.gz  --r2-fastq /data/testR2.fastq.gz -o ./test_out -t 28

Help

See the following for usage:

fqgrep -h

Dependencies

~20MB
~310K SLoC