Changes between Version 35 and Version 36 of SOP/CallingVariantsRNAseq


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v35 v36  
    4141{{{
    4242
    43 bsub STAR --runMode genomeGenerate --genomeDir /path/to/GenomeDir2ndPass --genomeFastaFiles /path/to/genome/fasta1 --sjdbFileChrStartEnd /path/to/first/pass/directory/SJ.out.tab --sjdbGTFfile /path/to/GTF/FileName.gtf --sjdbOverhang 100 --runThreadN 8
     43bsub STAR --runMode genomeGenerate --genomeDir /path/to/GenomeDirSecondPass --genomeFastaFiles /path/to/genome/fasta1 --sjdbFileChrStartEnd /path/to/first/pass/directory/SJ.out.tab --sjdbGTFfile /path/to/GTF/FileName.gtf --sjdbOverhang 100 --runThreadN 8
    4444}}}
    4545
     
    4848{{{
    4949Input format: fastq ; output format: SAM
    50 bsub STAR --genomeDir /path/to/GenomeDir2ndPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
     50bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    5151}}}
    5252