| Crates.io | fq-filter-reads |
| lib.rs | fq-filter-reads |
| version | 0.1.1 |
| created_at | 2023-01-29 21:53:33.756282+00 |
| updated_at | 2025-03-23 03:12:59.08396+00 |
| description | This is a simple program to filter a fastq file with a provided list of IDs. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 771238 |
| size | 56,372 |
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 <IN_FASTQ> --in-id-list <IN_ID_LIST>
Options:
--in-fastq <IN_FASTQ> input fastq file path
--in-id-list <IN_ID_LIST> input id list file, one per line
--inverse only keep reads with ids NOT in the given id list i.e. removing any records with id in the id list
-h, --help Print help
-V, --version Print version
Some test examples can be found under test_script.sh