Closed JianjunJin closed 1 year ago
The preset -x vg
already picks minimizer seeding, and then picking MUM seeding gives the error. You can indeed disable minimizer seeding by explicitly adding --seeds-minimizer-density 0
. My recommendation is to either use a preset or completely custom parameters, but not mix them.
I see. Thank you!
Test Data
Error
Description
When I used the option
--seeds-mum-count -1
, GraphAligner died with the following errorpick only one seeding method
.Temporary Solution
By looking at the code, I find a temporary solution to be turning off all other seeding methods, such as
Please let me know any other information you need.