Changes between Version 58 and Version 59 of SOP/CallingVariantsRNAseq


Ignore:
Timestamp:
09/06/17 07:49:12 (7 years ago)
Author:
krichard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/CallingVariantsRNAseq

    v58 v59  
    3232    '''Run this command within the FirstPass directory'''
    3333{{{
    34 bsub STAR --genomeDir /path/to/GenomeDirFirstPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
     34bsub STAR --genomeDir /path/to/GenomeDirFirstPass --readFilesIn /path/to/Reads_1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    3535}}}
    3636
     
    4848{{{
    4949Input format: fastq ; output format: SAM
    50 bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/read1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
     50bsub STAR --genomeDir /path/to/GenomeDirSecondPass --readFilesIn /path/to/Reads_1.fastq  --outFileNamePrefix whateverPrefix --runThreadN 8
    5151}}}
    5252
     
    5959  * '''--genomeFastaFiles <genome FASTA files>''' Specifies genome FASTA files to be used.
    6060  * '''--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.
    6262  * '''--runThreadN <n> ''' Specifies the number of threads to use.
    6363