Changes between Version 8 and Version 9 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 12:27:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v8 v9 18 18 To generate genome index files for STAR: 19 19 {{{ 20 '' Run this command within the "FirstPass" directory:'' '''''' 20 21 bsub STAR --runMode genomeGenerate --genomeDir /path/to/GenomeDir --genomeFastaFiles /path/to/genome/fasta1 /path/to/genome/fasta2 --sjdbGTFfile /path/to/GTF/FileName.gtf --sjdbOverhang 100 --runThreadN 8 21 22 }}}