Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Very basic Tophat command:

Code Block
nohup tophat \-p 4 \-r <mate-inner-distance> \-G <gfffile> <bowtie_index_prefix> <R1.fasta> <R2.fasta> &>tophat.log &

...

Example 1: For mouse:

Code Block
nohup tophat \-p 4 \-r 130 \-G /usr/local/genome/references/mmu_ncbi37/mm9_ucsc-known.gff3 /usr/local/genome/references/mmu_ncbi37/mmu_masked_ncbi37.fasta sim.test1.forward.fa sim.test1.reverse.fa &>tophat.log &

Example 2: For human:

Code Block
tophat \--transcriptome-index=/usr/local/genome/references/hg19/bowtie_gtf_index/hg19.gtf /usr/local/genome/references/hg19/bowtie_index/hg19.bs.bowtie <reads.fq>&nbsp;

...

An error during the segment mapping step with tophat 2.0.2 (Error: segment-based junction search failed with err =1) has been encountered that is solved by not using multiple threads (-p option).\