Changes between Version 30 and Version 31 of SOP/CallingVariantsRNAseq


Ignore:
Timestamp:
08/16/17 13:08:26 (7 years ago)
Author:
krichard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v30 v31  
    4444}}}
    4545
     46To map:
     47    '''Run this command within the SecondPass directory'''
     48{{{
     49Input format: fastq ; output format: SAM
     50bsub STAR --genomeDir /path/to/GenomeDir2ndPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
     51}}}
     52
    4653
    4754The parameters included in the above sample commands are:
     
    5663
    5764
    58 To map:
    59     '''Run this command within the SecondPass directory'''
    60 {{{
    61 Input format: fastq ; output format: SAM
    62 bsub STAR --genomeDir /path/to/GenomeDir2ndPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    63 }}}
     652 - Replace ReadGroups, mark duplicate reads and
    6466
    6567
    66