loneknightpy / idba

124 stars 53 forks source link

Using assembly as reference #21

Open cwoehle opened 7 years ago

cwoehle commented 7 years ago

Hi,

I´m wondering if there is a way to give idba a previous assembly from a subset of reads as a backbone/reference for an additional assembly of total reads. Would idba_hybrid provide such a functionality or is it only meant for whole reference genomes? I´m searching something like the "--trusted-contigs" of spades, but spades uses too much computational resources.

Best, Christ

loneknightpy commented 7 years ago

I think can simply use your trusted-config with -l option. They will be used as long reads. You can also set maxk larger to make sure it uses the information in the trusted contigs.