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

Make the WDL file search path configurable. #89

Open
jdidion opened this issue Dec 4, 2019 · 0 comments
Open

Make the WDL file search path configurable. #89

jdidion opened this issue Dec 4, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jdidion
Copy link
Collaborator

jdidion commented Dec 4, 2019

Right now, workflow_runner expects the WDL path to either be absolute, or to be relative to either the test context directory or the project root directory. Users have asked for the flexibility to support alternative project organizations, for example:

module
|_wdl
| |_myworkflow.wdl
|_tests
  |_test_workflow.py

This could be accomplished by defining a fixture (scope=function) that supplies the search path, that the user can override.

@jdidion jdidion added this to the 1.3 milestone Dec 4, 2019
@jdidion jdidion added the enhancement New feature or request label Feb 11, 2020
@jdidion jdidion modified the milestones: 1.3, 1.4 Feb 13, 2020
@jdidion jdidion modified the milestones: 1.4, 1.5 Feb 26, 2020
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

1 participant