Hello everyone,
I wanna to assemble the paired-end reads which sequenced several years ago on solexa illumina, so I need to rent server from our school's computer center. before rent I need to fill in a form in which I need to specify how much cpu, ram, hard drive space do I need, and what kind of mpi I am gonna use . I have never done this before, so I need some advice.
My raw reads are 8G in tar.gz form, and all the reads are 42472060 pairs, valid reads are 34512161 pairs, and valid reads occupy ~ 13 G hard drive space.
So how many CPU, how much RAM, storage space do I need ? what kind of MPI I am gonna use? by using that Configuration how long does it take for assembly?
1 answer
From trinity website :
What computing resources are required?
Ideally, you will have access to a large-memory server, roughly having ~1G of RAM per 1M reads to be assembled. The memory usage mostly depends on the complexity of the RNA-Seq data set, specifically on the number of unique k-mers. If you do not have access to a high-memory server, other freely available options are available.
How long should this take?
Trinity run-time depends on a number of factors including the number of reads to be assembled and the complexity of the transcript graphs. The assembly from start to finish can take anywhere from ~1/2 hour to 1 hour per million reads (your mileage may vary).
Log in to answer this question.