Is there a reference assembler (an assembler that uses a reference genome to base the assembly on) that will take multiple reference sequences? I have multiple contigs that I want to uses as a references for reads that I'm trying to assemble. I don't have a full genome, we just amplicated regions we are interested in. I would like to use a reference assembler, but if the software takes only one reference genome at a time, then I would have to run it against the reads for as many contigs as I have available. If that is the case, it may be better to just one de novo assembly. My question is.... Is there a reference assembler that will take multiple reference sequences?
I think the original author is asking for an assembler that makes use of a reference genome to perform the scaffolding of the contigs.
Yes! I'm asking for an assembler that uses multiple reference genomes to assemble reads into contigs.
Oh, you mean a comparative genome assembler like in http://www.cbcb.umd.edu/papers/Pop_et_al_Comparative.pdf
Correct. I was going to use AMOScmp, but I'm not sure if it can take multiple reference genomes at a single time.
I have no practical experience with AMOScmp, but I guess it wouldn't hurt to make a multi fasta with all contigs and try, but if I understood correctly all reference sequences are from only one genome, they are just multiple contigs, correct? If so I guess it could work, but I'd be careful about unexpected side-effects, and I am not sure if the use of this tools make much sense then.
The reads sequenced are only from those regions as well, not reads from an entire genome (We are looking at same genes of different patients). So, it could work. Maybe. I'm going to give it a shot and probably write the developer. Thanks for your help.