Changes between Version 58 and Version 59 of SOP/CallingVariantsRNAseq
- Timestamp:
- 09/06/17 07:49:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v58 v59 32 32 '''Run this command within the FirstPass directory''' 33 33 {{{ 34 bsub STAR --genomeDir /path/to/GenomeDirFirstPass --readFilesIn /path/to/ read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 834 bsub STAR --genomeDir /path/to/GenomeDirFirstPass --readFilesIn /path/to/Reads_1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 35 35 }}} 36 36 … … 48 48 {{{ 49 49 Input format: fastq ; output format: SAM 50 bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/ read1.fastq --outFileNamePrefix whateverPrefix --runThreadN 850 bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/Reads_1.fastq --outFileNamePrefix whateverPrefix --runThreadN 8 51 51 }}} 52 52 … … 59 59 * '''--genomeFastaFiles <genome FASTA files>''' Specifies genome FASTA files to be used. 60 60 * '''--sjdbFileChrStartEnd <output from first pass> ''' path to the file with genomic coordinates for introns 61 * '''--readFilesIn < read1.fastq read2.fastq> ''' Specifies the fastq files containing the reads, can be single-end or paired-end.61 * '''--readFilesIn <Reads_1.fastq read2.fastq> ''' Specifies the fastq files containing the reads, can be single-end or paired-end. 62 62 * '''--runThreadN <n> ''' Specifies the number of threads to use. 63 63