-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with option gnuplotTested=true when calling canu #149
Comments
same here
|
Same here. The following command that Circlator submitted fails for the same reason (Using Canu 1.8).
Giving the following error:
|
I experienced the same error and solved it by editing one file in the install directory. The file is "assemble.py" located in "/usr/local/lib/python3.4/dist-packages/circlator" on my system. Delete a line 'gnuplotTested=true' from the file. In my case, the line number was 86. I wish this trick would work for others. |
since canu 1.8 gnuplotTested disapeared see: from canu/1.8 Changelog
|
When running circlator with version 1.8 of canu, the execution fails because circlator call canu with the following command:
canu -useGrid=false gnuplotTested=true -assemble genomeSize=0.1m -d /root/lhs91/LHS91-pacbio/outcirc/03.assemble -p canu -pacbio-corrected /root/lhs91/LHS91-pacbio/outcirc/02.bam2reads.fastaq
and the parameter gnuplotTested=true is invalid for canu.
Is there a workaround for this?
Thanks,
The text was updated successfully, but these errors were encountered: