#fastq #bioinformatics #match #read #sequence #pair #ref

bin+lib fqgrep

搜索一对 fastq 文件,寻找与给定参考或替代序列匹配的读段

2 个版本 (1 个稳定版)

1.0.2 2023 年 1 月 25 日
0.1.0 2022 年 7 月 30 日

#233 in 生物学

MIT 许可证

75KB
1.5K SLoC

fqgrep

Build Status license Version info Install with bioconda
在 FASTQ 文件中进行 Grep 搜索。

搜索一对 fastq 文件,寻找与给定参考或替代序列匹配的读段。

安装

从 bioconda 获取

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

帮助

有关用法,请参阅以下内容

fqgrep -h

依赖关系

~14–25MB
~314K SLoC