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

Question: looking for means to run a final job step (that will be run locally) #43

Open
vsoch opened this issue Nov 11, 2023 · 0 comments

Comments

@vsoch
Copy link
Contributor

vsoch commented Nov 11, 2023

I'm developing the kueue executor, and as a final step I either want to pull the final artifact from the registry, OR tell snakemake that we should not expect output locally (and then instruct the user to pull). I am not able to pull during the completion of the job step because as it is using asyncio I can't call portforward:

asyncio.run() cannot be called from a running event loop

And I can't figure out the other two ways, so I want to ask for help.

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

1 participant