- 158
- 0
- 约2.02万字
- 约 10页
- 2017-12-12 发布于河南
- 举报
BWA操作手册
Manual Reference Pages - bwaNAMEbwa - Burrows-Wheeler Alignment ToolCONTENTS(1) Synopsis(2) Description(3) Commands And Options(4) Sam Alignment Format(5) Notes On Short-read Alignment Alignment Accuracy Estimating Insert Size Distribution Memory Requirement Speed(6) Changes In Bwa-0.6(7) License And CitationSYNOPSISbwa index ref.fabwa mem ref.fa reads.fq aln-se.sambwa mem ref.fa read1.fq read2.fq aln-pe.sambwa aln ref.fa short_read.fq aln_sa.saibwa samse ref.fa aln_sa.sai short_read.fq aln-se.sambwa sampe ref.fa aln_sa1.sai aln_sa2.sai read1.fq read2.fq aln-pe.sambwa bwasw ref.fa long_read.fq aln.samDESCRIPTIONBWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads.For all the algorithms, BWA first needs to construct the FM-index for the reference genome (the index command). Alignment algorithms are invoked with different sub-commands: aln/samse/sampe for BWA-backtrack, bwasw for BWA-SW and mem for the BWA-MEM algorithm.COMMANDS AND OPTIONSindexbwa index [-p prefix] [-a algoType] in.db.fastaIndex database sequences in the FASTA format.OPTIONS:-p STRPrefix of the output database [same as db filename]-a STRAlgorithm for constructing BWT index. Available options are:isIS linear-time algorithm for constructing suffix array. It requires 5.37N memory where N is the size of the database. IS is moderately fast, but does not work with database larger than 2GB. IS is the default algorithm due to its simplicity. The
您可能关注的文档
最近下载
- 药品处方集_模版.doc VIP
- 2025年大学大二(护理学)外科护理综合实训综合测试题及答案.doc VIP
- 第四章第五节服装流行色(课件)-《服装设计基础》同步教学(高教版.服装设计与工艺专业).pptx VIP
- 故事里的端午节.ppt VIP
- 标准图集-19DX101-1 建筑电气常用数据-下册.pdf VIP
- 2025年新版《小学生规范守则》和《日常行为规范准则》.docx VIP
- 树立和践行正确的政绩观研讨发言材料.docx VIP
- 2025年大学大二(海洋渔业科学与技术)渔业资源评估测试题及答案.doc VIP
- 市政工程预算编制.pptx VIP
- 张爱玲与艾米丽_勃朗特的爱情观及文学观比较_以_倾城之恋_呼啸山庄_为例.pdf VIP
原创力文档

文档评论(0)