Changes between Version 7 and Version 8 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 12:26:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v7 v8 14 14 15 15 1 - '''Index the reference genome for First Pass.''' 16 Create folder, "FirstPass" before running these commands. 16 17 17 18 To generate genome index files for STAR: … … 23 24 * '''--sjdbOverhang ''' Specifies the length of the genomic sequence around the annotated junction to be used in constructing the splice junctions database. For short reads (<50) use readLength - 1, otherwise a generic value of 100 will work as well (see manual for more info). 24 25 * '''--sjdbGTFfile <GTF_file.gtf>''' Supplies STAR with a GTF file during the genomeGenerate step. Combined with the --sjdbScore <n> option during mapping, this will bias the alignment toward annotated junctions, and reduces alignment to pseudogenes. 26 27 To map: 28 {{{ 29 # Input format: fastq ; output format: SAM 30 bsub STAR --genomeDir /path/to/GenomeDir --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8