欢迎光临散文网 会员登陆 & 注册

源码阅读网MongoDb 实践篇

2023-04-01 20:47 作者:韩彬和娜娜  | 我要投稿

转换成BAM文件,sort, mark duplicates

java -jar $picard SortSam \    INPUT=aligned_sample1.sam \    OUTPUT=sorted_sample1.bam \    SORT_ORDER=coordinate java -jar $picard MarkDuplicates \    INPUT=sorted_sample1.bam \    OUTPUT=dedup_sample1.bam \    METRICS_FILE=metrics_sample1.txt #just mark, not remove. most tools in GATK will ingore the marked reads;If desired, duplicates can be removed using the REMOVE_DUPLICATE and REMOVE_SEQUENCING_DUPLICATES options. java -jar $picard BuildBamIndex \


源码阅读网MongoDb 实践篇的评论 (共 条)

分享到微博请遵守国家法律