fqgrep

Crates.iofqgrep
lib.rsfqgrep
version1.0.2
sourcesrc
created_at2022-07-30 16:45:39.785213
updated_at2023-01-25 23:48:27.826935
descriptionSearch a pair of fastq files for reads that match a given ref or alt sequence
homepagehttps://github.com/fulcrumgenomics/fqgrep
repositoryhttps://github.com/fulcrumgenomics/fqgrep
max_upload_size
id635633
size111,311
Nils Homer (nh13)

documentation

https://docs.rs/fqgrep

README

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
Commit count: 22

cargo fmt