| 34 | |
| 35 | |
| 36 | |
| 37 | |
| 38 | |
| 39 | The parameters included in the above sample commands are: |
| 40 | * '''--runMode <alignReads, genomeGenerate>''' "alignReads" does the actual mapping. "genomeGenerate" generates the genomeDir required for mapping (default = alignReads). |
| 41 | * '''--genomeDir </path/to/GenomeDir>''' Specifies the path to the directory used for storing the genome information created in the genomeGenerate step. |
| 42 | * '''--genomeFastaFiles <genome FASTA files>''' Specifies genome FASTA files to be used. |
| 43 | * '''--readFilesIn <read1.fastq read2.fastq> ''' Specifies the fastq files containing the reads, can be single-end or paired-end. |
| 44 | * '''--sjdbScore <n> ''' Provides extra alignment score for alignments that cross database junctions (default = 2). If this score is positive, it will bias the alignment toward annotated junctions. This is only used if during the genomeGenerate step a splice junction annotation file is used. |
| 45 | * '''--runThreadN <n> ''' Specifies the number of threads to use. |