Open fwhelan opened 8 years ago
@fwhelan How do you generate the reads? What is the sequencing depth? If the depth is super low, you may want to set min_count = 1.
Thanks, @loneknightpy - setting the min_count=1 improved my alignment rate to ~99% with the in silico data and 88.7% with real data, which I'm happy with.
Is there a detailed manual for all of idba_ud's options on top of what's available with idba_ud -h
? That might help me in the future with simple questions like these.
Thanks again!
Hello,
I'd be grateful to anyone who could give me some advice and/or help with the following. I am running a test dataset through idba_ud. The test dataset consists of ~10 bacterial species (metagen) broken into 150bp paired-end reads. I modified my idba install as explained here http://bit.ly/1P2VMlU to accomodate the input. My usage is below, but I essentially make contigs with an input file, then use bowtie2 to align the reads from my input file back to my contig.fa output of idba. When I do so, my alignment rate is roughly ~65% which is lower than I would have imagined it would be..
Is this expected? I cannot figure out or find documentation for whether idba_ud would be throwing out reads. My input data has fake, high quality scores as to ensure that that isn't an issue. I haven't played around with the bowtie2 scoring defaults.
When I do a similar test with real metagenomic data, I get a similar alignment rate. When I do a similar test with genomic data and a different assembler, the alignment rate is ~99% but with idba-ud is ~50%.
I would be happy to hear any and all opinions- thank you!
--Fiona