Changes between Version 23 and Version 24 of SOP/CallingVariantsRNAseq


Ignore:
Timestamp:
08/16/17 12:53:10 (8 years ago)
Author:
krichard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v23 v24  
    5252
    5353
     54To map:
     55    '''Run this command within the SecondPass directory'''
     56{{{
     57Input format: fastq ; output format: SAM
     58bsub STAR --genomeDir /path/to/GenomeDir2nd --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
     59}}}
    5460
     61
     62