Changes between Version 35 and Version 36 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 13:32:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v35 v36 41 41 {{{ 42 42 43 bsub STAR --runMode genomeGenerate --genomeDir /path/to/GenomeDir 2ndPass --genomeFastaFiles /path/to/genome/fasta1 --sjdbFileChrStartEnd /path/to/first/pass/directory/SJ.out.tab --sjdbGTFfile /path/to/GTF/FileName.gtf --sjdbOverhang 100 --runThreadN 843 bsub STAR --runMode genomeGenerate --genomeDir /path/to/GenomeDirSecondPass --genomeFastaFiles /path/to/genome/fasta1 --sjdbFileChrStartEnd /path/to/first/pass/directory/SJ.out.tab --sjdbGTFfile /path/to/GTF/FileName.gtf --sjdbOverhang 100 --runThreadN 8 44 44 }}} 45 45 … … 48 48 {{{ 49 49 Input format: fastq ; output format: SAM 50 bsub STAR --genomeDir /path/to/GenomeDir 2ndPass --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 850 bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 51 51 }}} 52 52