1 个不稳定版本
0.1.0 | 2023年1月29日 |
---|
#37 在 #fastq
16KB
109 行
fq-filter-reads
这是一个简单的程序,用于使用提供的ID列表过滤fastq文件。
安装
从源代码安装
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
示例
一些测试示例可以在 test_script.sh
下找到。
依赖项
~19MB
~325K SLoC