Closed elcortegano closed 2 years ago
Sorry for the late response. Github inactivated my primary email and I didn't receive email notifications for a month.
Different contigs in assembly1.hap1.fa
and assembly2.hap1.fa
probably have identical names. You need to add a prefix to contig names such that every contig has a unique name across all input files. You may run
misc/mgutils.js renamefa assembly1#1 assembly1.hap1.fa > new-assembly1.hap1.fa
or write your own script.
Hi, I am having issues running the incremental graph generation with minigraph. The following error is returned:
Minigraph was run similarly as follows:
What does it mean this error and what can be causing it? how to fix it? Thanks