-
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
progcheck: found nucmer but couldn't get version #110
Comments
Fixed! I was using a beta release of mummer, which had "beta" in the version number. (I used |
I have first tried replacing the version reported by nucmer (by using the latest 4.0.0beta1, and running Looking into the version-checking code of Circlator, we see that it is looking for a nucmer version string which matches this expression:
So any of the 3.9+ versions would fail, as they simply print out the number without any text in front of it (e.g. I have edited the regular expression in my installation of circlator to read
and that seems to have fixed the issue. I'm now using the latest mummer package, and I hope that there are no incompatibilities :) (I'm past the version check error, but circlator is still running so it may still fail at a stage where it actually uses nucmer.) |
Is it possible to change the regexp after installing circlator or does this fix require reinstallation ? |
I think I had no problems editing after installing (don't remember for sure), but any relevant and existing .pyc files may need to be deleted. |
@spock Thank you for your reply. Do you remember which file has to be changed ? |
Yes, just looked for it - my |
@spock Thank you very much. |
should still work for versions lower than 3.9, but not tested on those
Hi
Having installed circlator using
pip3 install
then added it to my PATH, I triedcirclator progcheck
. All the dependencies are there except one:Any ideas as to how can I fix this, please? Why would nucmer's version not be findable?
Thank you,
Nat
The text was updated successfully, but these errors were encountered: