Skip to content
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

canu version #152

Open
aistBMRG opened this issue May 10, 2019 · 2 comments
Open

canu version #152

aistBMRG opened this issue May 10, 2019 · 2 comments

Comments

@aistBMRG
Copy link

Hi,

I assembled a genome using Canu v1.8 and wanted apply circlator v1.5.5.

Now, as a dependency, circlator can install Canu v1.4 -- can you clarify whether the versions should match?

Also, I found that when using Canu v1.8, seems that circlator fails to find the version due to a regrex issue, as has been pointed out and fix I thought ...

Can you clarify which is the better solution, install Canu 1.4 and use that although my assembly was with Canu 1.8, or fix the regrex issue.

Thanks.

Dieter

@xpli2020
Copy link

xpli2020 commented Feb 28, 2021

Ssame issue here using canu 2.1.1, can not find canu version. There seems a thread indicating the authors had solved this issue in 2017. So I edited the code in the external_progs.py as below for matching canu version:

'canu':('-version', re.compile(r'canu ([\d+\.\d+[\.\d]*)')),

It passed the test run when running circlator test test_out

@tnn111
Copy link

tnn111 commented Feb 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants