Hi All
Just wondering if anyone has a script ready which can extract the exact read names that went into a contig construction by velvet. What we need is to find the names and number of reads that velvet used per contig. Using the read tracking option on velvet generates this afg file but I think someone has to still mine and extract the read info in a simple text file.
Just wanted to check before I write anything on my own.
Thanks! -Abhi
Want to avoid any more computation if it can be done with velvet.
-Abhi
Mapping reads requires far less compute resource than de novo assembly. This is especially true when you ask velvet to track the read placement.
@lh3 : Heng in our case we megablast the contigs againt nt and see which contigs are interesting and which could be possible contamination depending on what we know about the sample/biology. Now since we have to do the assembly/megablast anyhow if the #reads/contig could be produced natively during the assembly then the extra mapping step(agree: less computation) could be avoided.