Closed bytoyo closed 9 months ago
Your parameters to Canu include a set of custom options for bogart, several of which are invalid, as reported. For example, your read lengths are not a number and would also be negative. Where did this set of options come from? They also don't make sense as you have a -stop bestedges
which would stop the step before generating all the outputs the next steps in Canu would expect. I can run with those options once these are removed (readlen and stop)
However, I'd suggest not adding extra options unless you have a very good reason to do so. I'd also recommend upgrading to the latest as 2.0 is relatively old.
Idle, user provided incorrect options.
Hello,
I've encountered some issues while using Canu for genome assembly. Here's the command I used:
However, I encountered an error that some unknown options are being used. The error message is as follows:
I’ve checked the Canu documentation but couldn’t find these options. I’m wondering if these options have been deprecated, and if so, are there any alternative options that I can use.
The version of Canu I'm using is 2.0.
Thank you for your help!