Changes between Version 49 and Version 50 of SOPs/mapping


Ignore:
Timestamp:
06/09/17 09:42:46 (8 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/mapping

    v49 v50  
    228228  * '''--outSAMtype <BAM sortingMode> ''' Specifies the type of BAM file to create.  Options: 'BAM Unsorted', 'BAM SortedByCoordinate', 'BAM Unsorted SortedByCoordinate' (to create both unsorted and sorted BAMs)
    229229
    230 
     230To improve identification of novel splice junctions, run STAR for a second pass, using junctions found from all samples during the first-pass mapping.
     231
     232Sample second-pass command:
     233{{{
     234bsub STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/to/read1.fq.gz /path/to/read2.fq.gz --sjdbScore 2 --outFileNamePrefix whateverPrefix --runThreadN 8 --readFilesCommand gunzip -c --outSAMtype BAM SortedByCoordinate --sjdbFileChrStartEnd sample1_junctions.tab [sample2_junctions.tab ...]
     235}}}
    231236
    232237== Others ==