Tophat

TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.

Tophat 2.0.3 is installed on Fourierseq as of 06/11/12.

Very basic Tophat command:

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

Example 1: For mouse:

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:

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>

Cufflinks

Cufflinks 2.0.0 is installed on Fourierseq as of 05/24/12

Very basic cufflinks command:

nohup cufflinks accepted_hits.bam -o cufflinks_outputdir &>cufflinks.log &

Errors encountered:

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).