-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error in Nanopolish Snakemake #27
Comments
Hi, Have you added minimap2 to your conda environment? Check if it is installed:
If minimap2 is not installed yet, please add this to the environment:
Then rerun the snakemake:
You should be able to generate the output with the example data. p.s. I have updated the wrapper code in the snakemake file Zaka |
v0.66 is changes to v1.5.0/bio/minimap2/aligner Does it work for you now? |
|
Hi @Bessyyi What are the current versions of
The Nanopolish pipeline was tested with Cheers, |
The problem is that it is impossible to find the folder in which the aligner is found. Could you share the total path so we can try to find it? |
Snakemake will automatically download the wrapper from the Snakemake Wrapper Repository. The wrapper directive can point to full URLs, including URLs to local files with absolute paths file:// or relative paths file: for development purposes. See more info here: https://snakemake.readthedocs.io/en/v7.7.0/snakefiles/modularization.html |
similar issue... calculate_frequency 1 1 1 Select jobs to execute... [Sat Dec 3 16:21:41 2022] [Sat Dec 3 16:21:41 2022] /usr/bin/bash: line 1: nanopolish: command not found Traceback (most recent call last): RuleException: |
Hi,
While trying to run the Nanopolish snakemake with the example data I get the following error:
RuleException:
WorkflowError in line 25 of /METEORE/Nanopolish:
HTTPError: HTTP Error 404: Not Found
File "/METEORE/Nanopolish", line 25, in __rule_minimap2
File "/services/tools/anaconda3/4.4.0/lib/python3.6/concurrent/futures/thread.py", line 56, in run
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
The problem is with the wrapper: "0.66.0/bio/minimap2/aligner"
I am using the 0.14.0. version of Nanopolish.
How could I solve this?
Thank you in advance
The text was updated successfully, but these errors were encountered: