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

Fix for the crash of flye_medaka_workflow when running the POLISH workflow #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rc-reding
Copy link

In its current state, the workflow crashes when going through POLISH. Medaka tries to call python, which expects to be in the bin/ directory of the conda environment. But there is no python binary or link in bin/. Adding python to environment.yml fixes this problem.

Medaka also needs the python module ont_fast5_api, which is not currently listed as a dependency. So envs\medaka.yml now includes ont-fast5-api. Note that if python is added to envs\medaka.yml, medaka is still unable to find ont_fast_api somehow. If python is added to environment.yml, the module loads.

With these two changes, the nextflow command listed in the onboarding tutorial works just fine.

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

Successfully merging this pull request may close these issues.

1 participant