Nextomics / NextPolish

Fast and accurately polish the genome generated by long reads.
GNU General Public License v3.0
213 stars 28 forks source link

NextPolish fails with Short and Long Reads #137

Closed steinbrl closed 2 months ago

steinbrl commented 2 months ago

I use Nextpolish on an HPC cluster, which is working flawless, if I use only short reads. But after activating the hybrid option (sgs+lgs), then it fails, delivering the following error massage. It is obviously a problem of minimap2. I try to polish several contigs from the same genome, with different lengths in an multi fasta file. It is an viral genome, cloned in an BAC, with terminal repeats, which fit on each other, some contigs are shorter than the full genome, some have "over-assembly" and are longer. Could this be the problem?

hostname

steinbrl commented 2 months ago

Solved! After installing the newest Minimap2 version, it works flawless now... :) Conda installed an very outdated version of Minimap2.