I also find Megahit to be much faster and use far less memory compared to Spades, though Spades assemblies have moderately better continuity, when it finishes. But Spades is not currently suitable for metagenomes beyond very simple ones. Generally, resources permitting, I recommend running both Spades and Megahit and using the Spades assembly if it finishes, and otherwise the Megahit assembly. But if you have to pick just one, it's Megahit.
Hello, I have obtained two files through illumina shotgun sequencing forward and reversde and would like to perform assembly of my metadata. kindly suggest an easy to use metagenomic assembler with tutorial. and also do i have to use both type of reads for the assembly purpose or one file will be enough ? thank you.
4 answers
Yestoday (2016-12-30), a manuscript (not peer-reviewd) titled "Evaluating Metagenome Assembly on a Complex Community" from C. Titus Brown compared IDBA-UD, SPAdes and MEGAHIT.
Check out metavelvet - http://metavelvet.dna.bio.keio.ac.jp/
Of course you need both R1 and R2 for assembly.
Vijay thanks alot for specifying one problem for me. can you please tell me that will there be one contig file after assembly by using r1 and r2 or multiple file i mean one for each ?
Thank you Brian. I was also thinking about using megahit if possible can you please provide a tutorial of megahit ? It will be a great favour to me.
the link @Brian posted contains example
megahit/megahit -1 SRR341725_1.fastq.gz -2 SRR341725_2.fastq.gz -o SRR341725.megahit_asm
Log in to answer this question.