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

3-align output files are missing #50032

Open
JWJ13164328557 opened this issue Aug 14, 2024 · 2 comments
Open

3-align output files are missing #50032

JWJ13164328557 opened this issue Aug 14, 2024 · 2 comments

Comments

@JWJ13164328557
Copy link

How to solve it:

Select jobs to execute...

[Wed Aug 14 14:31:51 2024]
rule indexGraph:
input: 2-processGraph/unitig-unrolled-hifi-resolved.gfa
output: 3-align/graph.index, 3-align/diploid.index
log: 3-align/index.err
jobid: 100
reason: Missing output files: 3-align/graph.index, 3-align/diploid.index
resources: tmpdir=/tmp, job_id=1, n_cpus=1, mem_gb=1, time_h=24

Waiting at most 2 seconds for missing files.
MissingOutputException in rule indexGraph in file /home/liux/miniconda3/envs/Genomic/lib/verkko/Snakefiles/3-alignONT.sm, line 24:
Job 100 completed successfully, but some output files are missing. Missing files after 2 seconds. This might be due to filesystem latency. If that is the case, consider to increase the wait time with --latency-wait:
3-align/graph.index
3-align/diploid.index
Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2024-08-14T143150.185221.snakemake.log
ERROR!
Not running final consensus since no rukki paths provided!

@martin-g
Copy link
Contributor

This repository contains several thousands of recipes!
It would be helpful to mention the one either in the title or the description of the issue!

@JWJ13164328557 JWJ13164328557 changed the title output files are missing 3-align output files are missing Aug 14, 2024
@aliciaaevans
Copy link
Contributor

There's no "3-align" recipe in Bioconda. This looks like an error from Snakemake, so you should find the indexGraph rule in the Snakefile to see what code is actually being run and whether it is actually running a package from Bioconda. Also check those log files 3-align/index.err and .snakemake/log/2024-08-14T143150.185221.snakemake.log for messages.

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