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

Enable Running Beeflow Submit from within a Workflow Directory #853

Closed
rstyd opened this issue Jun 11, 2024 · 1 comment
Closed

Enable Running Beeflow Submit from within a Workflow Directory #853

rstyd opened this issue Jun 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rstyd
Copy link
Collaborator

rstyd commented Jun 11, 2024

Currently beeflow submit requires that workflow directory for a submission is not the current working directory.

e.g. beefolow submit workflow . ./wf.cwl ./job.yml . breaks.

We'll need to figure out how to get this working. One particular issue is that the code which packages a directory into a workflow package for the workflow manager stores the intermediate tarball in the current working directory which means that the directory we're trying to tar is changing since tar is writing the file to that directory. This makes tar super unhappy. So, we'll want to move that step to a temporary directory.

@rstyd rstyd added the enhancement New feature or request label Jun 11, 2024
@pagrubel
Copy link
Collaborator

Addressed in #854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants