Changes between Version 23 and Version 24 of SOPs/mapping


Ignore:
Timestamp:
08/05/15 10:32:11 (9 years ago)
Author:
thiruvil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/mapping

    v23 v24  
    6060Bwa 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.
    6161
    62 Sample commands for short (upto 100 bp) reads:
     62''Sample commands for short (upto 100 bp) reads:''
    6363{{{
    6464# Align single-end reads
     
    7171}}}
    7272
    73 Sample commands for long (70bp or longer) reads:
     73Use "-n" option to change the maximum number of mismatches in the alignment.
     74
     75''Sample commands for long (70bp or longer) reads:''
    7476{{{
    7577# Align single-end reads
     
    7981}}}
    8082
     83For 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
    8187'''Other tools'''
    82 
    8388Many other regular mapping tools are also available, although they generally require a tool-specific indexed version of the genome.
    8489