circlator icon indicating copy to clipboard operation
circlator copied to clipboard

canu version

Open aistBMRG opened this issue 6 years ago • 2 comments

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

aistBMRG avatar May 10 '19 02:05 aistBMRG

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

xpli2020 avatar Feb 28 '21 15:02 xpli2020

To solve this issue, simply install canu 2.1.1 using their installation instructions; i.e., do not use conda for it.

The one I ran into comes after that :-)

On Feb 28, 2021, at 07:08, xpli2020 [email protected] wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sanger-pathogens/circlator/issues/152#issuecomment-787467183, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMXPRXEVRCY54UTLVB7JPTTBJL7JANCNFSM4HL7OUXQ.

tnn111 avatar Feb 28 '21 17:02 tnn111