Changes between Version 24 and Version 25 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 13:00:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v24 v25 29 29 '''Run this command within the FirstPass directory''' 30 30 {{{ 31 Input format: fastq ; output format: SAM32 31 bsub STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 33 32 }}}