摘要: 1. 如何对 fastq 数据进行过滤? 推荐使用 fastp fastp -i <fastq1> -I <fastq2> -o <fastq1.clean> -O <fastq2.clean> -w <cpus> -j <qc.json> -h <qc.html> 2. 如何使用 bwa mem 阅读全文
posted @ 2021-06-01 14:25 limon86 阅读(139) 评论(0) 推荐(0)