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

Nanopore pipeline fails when specifying medaka model r103_hac_g507 #47

Open
thekatpod opened this issue Oct 8, 2021 · 5 comments
Open

Comments

@thekatpod
Copy link

Hello, thanks for a great contribution to the ONT community. I'm having issues with the pipeline failing because it seems like it's using an older version of medaka which does not include the new models for Guppy version 5.0.7. I've basecalled my data using Guppy 5, so I'd like to use a corresponding medaka model. Could this be updated or am I doing something wrong? I am unsure what the consequences of polishing with medaka using a model based on 3.4.5 when I've basecalled with 5.0.7. Thanks in advance!

@SorenKarst
Copy link
Owner

Hi,

Thank you.

It is using an older version of Medaka, but it might work if you try to update it manually.

Install the development version of the pipeline: https://github.com/SorenKarst/longread_umi/tree/develop

Run the following code

conda update -n longread_umi medaka

Let me know how it goes.

regards
Søren

@thekatpod
Copy link
Author

Hi Soren. Thanks so much for you response. I downloaded the developer version, and it installed fine, ran tests etc. and all good. I ran the update code, but the version of Medaka is still 1.0.1 unfortunately.

@SorenKarst
Copy link
Owner

The newer versions of medaka has some dependencies that clashes with the some of the older packages used in the pipeline.

I will look at a fix.

@cfblaeb
Copy link

cfblaeb commented Apr 5, 2022

Upgrading the dependencies to work with newer models would very much be appreciated

@MaestSi
Copy link

MaestSi commented Oct 17, 2023

Hi @thekatpod and @cfblaeb ,
please have a look at this post for testing a longread_umi-inspired pipeline with updated dependencies.
SM

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

4 participants