Changes between Version 30 and Version 31 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 13:08:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v30 v31 44 44 }}} 45 45 46 To map: 47 '''Run this command within the SecondPass directory''' 48 {{{ 49 Input format: fastq ; output format: SAM 50 bsub STAR --genomeDir /path/to/GenomeDir2ndPass --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 51 }}} 52 46 53 47 54 The parameters included in the above sample commands are: … … 56 63 57 64 58 To map: 59 '''Run this command within the SecondPass directory''' 60 {{{ 61 Input format: fastq ; output format: SAM 62 bsub STAR --genomeDir /path/to/GenomeDir2ndPass --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 63 }}} 65 2 - Replace ReadGroups, mark duplicate reads and 64 66 65 67 66