Changes between Version 24 and Version 25 of SOP/CallingVariantsRNAseq


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v24 v25  
    2929    '''Run this command within the FirstPass directory'''
    3030{{{
    31 Input format: fastq ; output format: SAM
    3231bsub STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    3332}}}