使用 FastQC 做质控
来源
https://anaconda.org/bioconda/fastqc
https://zhuanlan.zhihu.com/p/20731723
https://liripo.github.io/posts/2019/fastqc%E4%BD%BF%E7%94%A8/
通过conda安装纯净环境的FastQC
- conda create -n fastqc -c bioconda fastqc
- conda activate fastqc
批量运行FastQC
1 |
|
- nano qc.sh
- chmod +x qc.sh
- ./qc.sh
使用 FastQC 做质控
https://occdn.limour.top/1958.html