You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
And I can't figure out the other two ways, so I want to ask for help.
The text was updated successfully, but these errors were encountered: