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

Workflow silently hangs if basins_database tries to unzip when build/data/basins is already populated #327

Open
sjpfenninger opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sjpfenninger
Copy link
Member

What happened?

If you re-run the workflow after updates to the code, after having previously run it, leading to the situation where build/data/basins is already populated but snakemake wants to run the basins_database rule again, the workflow silently hangs (appearing as if the current rule is in progress, but in fact, indefinitely hanging).

On hitting enter, this output appears:

error:  invalid response [{ENTER}]
replace ./build/data/basins/hybas_eu_lev07_v1c.dbf? [y]es, [n]o, [A]ll, [N]one, [r]ename:

Either hitting y repeatedly or hitting A once lets unzip do it's job, and the workflow resumes.

Adding -o (silently overwrite) to unzip would solve this.

Version

1.2.0.dev

Relevant log output

No response

@sjpfenninger sjpfenninger added the bug Something isn't working label Apr 9, 2024
@sjpfenninger
Copy link
Member Author

I think this issue only occurs when running in tmux, so is dependent on some property of the terminal environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant