Changes between Version 20 and Version 21 of SOPs/mapping
- Timestamp:
- 02/05/15 10:01:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/mapping
v20 v21 36 36 Sample command: 37 37 {{{ 38 bsub bowtie2 --phred64 -L 22 -N 1 -x /nfs/genomes/mouse_gp_jul_07_no_random/bowtie/mm9 s_7.txt -S s7_mm9.L22.N1.sam38 bsub bowtie2 --phred64 -L 22 -N 1 -x /nfs/genomes/mouse_gp_jul_07_no_random/bowtie/mm9 -U s_7.txt -S s7_mm9.L22.N1.sam 39 39 }}} 40 40 … … 49 49 50 50 bowtie2 can also perform local alignments where the unaligned end(s) of a read are clipped (so, for example, remaining adapter won't prevent alignment) by adding the argument '''--local'''. 51 52 The bowtie2 command can be modified to output mapped reads as BAM, such as 53 54 {{{ 55 bsub "bowtie2 -x /nfs/genomes/mouse_gp_jul_07_no_random/bowtie/mm9 -U s_7.txt | samtools view -bS - > s7_mm9.bam" 56 }}} 51 57 52 58 '''[http://bio-bwa.sourceforge.net/ bwa - Burrows-Wheeler Alignment Tool ]'''