Tophat Time And Memory Requirement
2
2
Entering edit mode
12.1 years ago

Hi,

Anyone has an idea of memory and time requirement for tophat 1.4.1 for 76 paired-end reads (~60M reads) ?

Thanks,

N.

tophat memory rna-seq • 8.8k views
ADD COMMENT
3
Entering edit mode
12.0 years ago

TopHat version 1.x uses Bowtie version 1.x for the initial alignment phase. This step can take advantage of parallel processes, but the remaining steps are all performed using a single CPU. For a single Illumina HiSeq lane of ~150-300 paired-end 100-mers, it typically takes 2-5 days for alignment.

You may want to consider trying the recently released TopHat 2.0.0. This version incorporates many improvements and added functionality. Specifically relevant to your question is the use of Bowtie 2.x (faster than Bowtie 1.x for your read length). The release notes also state that many steps that were previously performed with only a single CPU will now take advantage of parallel processing. Both of these additions may result in significant run time improvements.

Memory usage has generally not been a problem for the TopHat portion of our expression pipeline...

ADD COMMENT
1
Entering edit mode
12.0 years ago

It depends on the power of machine you use, I work on cluster, so its comparatively fast I am not sure, if there is a complete parallel version for tophat to utilize a multi-core machine. Check this and this answers, same question asked here. Here, they talk about the parallel version but I haven't checked it.

Cheers

ADD COMMENT

Login before adding your answer.

Traffic: 1941 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6