Search a pair of fastq files for reads that match a given ref or alt sequence.
Visit us at Fulcrum Genomics to learn more about how we can power your Bioinformatics with fqgrep and beyond.
conda install -c bioconda fqgrep
git clone ... && cd fqgrep
cargo install --path .
fqgrep -r 'GACGAGATTA' -a 'GACGTGATTA' --r1-fastq /data/testR1.fastq.gz --r2-fastq /data/testR2.fastq.gz -o ./test_out -t 28
See the following for usage:
fqgrep -h