Kevin2015的个人博客分享 http://blog.sciencenet.cn/u/Kevin2015

博文

全外显子组生信分析流程-7-depth_and_coverage_qualimap

已有 2717 次阅读 2019-3-23 11:22 |个人分类:全外显子项目|系统分类:科研笔记

#!/usr/bin/bash
#!/usr/bin/bash
#purpose: calculate deapth and coverage using Qualimap
## Download and install Qualimap
## http://qualimap.bioinfo.cipf.es/

#安装
cd /home/zhanghl/supporting_softwares
mkdir qualimap &&  cd qualimap
wget https://bitbucket.org/kokonech/qualimap/downloads/qualimap_v2.2.1.zip
## readme  http://qualimap.bioinfo.cipf.es/doc_html/index.html
## example results :http://kokonech.github.io/qualimap/HG00096.chr20_bamqc/qualimapReport.html
/home/zhanghl/supporting_softwares/qualimap/qualimap_v2.2.1/qualimap --help

#运行
#set env
bam_dir=" "
/home/zhanghl/supporting_softwares/qualimap/qualimap_v2.2.1/qualimap bamqc --java-mem-size=20G -bam $bam_dir/P1-01-DNA.sorted.dedup.bam -nw 400 -hm 3




https://blog.sciencenet.cn/blog-2609994-1169177.html

上一篇:全外显子组生信分析流程-6-GATK_recalibration流程代码
下一篇:全外显子组生信分析流程-8-depth_and_coverage_readfq
收藏 IP: 14.204.63.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-9-1 08:53

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部