Changes between Version 23 and Version 24 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 12:53:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v23 v24 52 52 53 53 54 To map: 55 '''Run this command within the SecondPass directory''' 56 {{{ 57 Input format: fastq ; output format: SAM 58 bsub STAR --genomeDir /path/to/GenomeDir2nd --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 59 }}} 54 60 61 62