version increment and dependency
Scripts that implement samtools flagstat functionality, but provide statistics for individual reads rather than individual alignments
SAMstatsParallel \ --sorted_sam_file examples/wgs_bam_NA12878_20k_b37_NA12878.sam \ --outf stats.parallel.txt \ --chunk_size 1000 \ --threads 2
SAMstats \ --sorted_sam_file examples/wgs_bam_NA12878_20k_b37_NA12878.sam \ --outf stats.txt \ --chunk_size 1000
https://docs.google.com/presentation/d/1QyyDMHlYEJdyl-1rH6Z_YoqwT41zsB9MdH-LXjMM8pw/edit#slide=id.g5c152d9ebd_0_40
用于分析比对测序数据质量,生成统计报告
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
SAMstats
Scripts that implement samtools flagstat functionality, but provide statistics for individual reads rather than individual alignments
small example file
Script can be run in multi-threaded mode (actually turns out slower due to thread lock) or in non-threaded mode:
multithreaded version:
singlethreaded version:
Benchmarks
https://docs.google.com/presentation/d/1QyyDMHlYEJdyl-1rH6Z_YoqwT41zsB9MdH-LXjMM8pw/edit#slide=id.g5c152d9ebd_0_40