Changes between Version 12 and Version 13 of SOP/CallingVariantsRNAseq


Ignore:
Timestamp:
08/16/17 12:30:16 (7 years ago)
Author:
krichard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v12 v13  
    2929{{{
    3030'''Run this command within the "FirstPass" directory'''
    31 '''# Input format: fastq ; output format: SAM
     31Input format: fastq ; output format: SAM
    3232bsub STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    3333}}}