This is a simple program to filter a fastq file with a provided list of IDs.
Installation from source:
git clone https://github.com/wckdouglas/fq-filter-reads.git
cd fq-filter-reads
cargo install --path .
``` $ fq-filter-reads -h Retaining fastq records with the given ID
Usage: fq-filter-reads [OPTIONS] --in-fastq
Options:
--in-fastq
Some test examples can be found under test_script.sh