Changes between Version 23 and Version 24 of SOPs/mapping
- Timestamp:
- 08/05/15 10:32:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/mapping
v23 v24 60 60 Bwa is a software package containing several related algorithms using the Burrows-Wheeler Transform. It works well even with indels, but not with spliced (RNA) reads. 61 61 62 Sample commands for short (upto 100 bp) reads: 62 ''Sample commands for short (upto 100 bp) reads:'' 63 63 {{{ 64 64 # Align single-end reads … … 71 71 }}} 72 72 73 Sample commands for long (70bp or longer) reads: 73 Use "-n" option to change the maximum number of mismatches in the alignment. 74 75 ''Sample commands for long (70bp or longer) reads:'' 74 76 {{{ 75 77 # Align single-end reads … … 79 81 }}} 80 82 83 For aligning long reads using the bwa mem option, there's no maximum number of mismatches, this is analogous to a local alignment using blat/blast. 84 85 [[BR]] 86 81 87 '''Other tools''' 82 83 88 Many other regular mapping tools are also available, although they generally require a tool-specific indexed version of the genome. 84 89