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

static mandatory string component should go outside CWL Parameter References #127

Closed
mr-c opened this issue Jan 18, 2022 · 1 comment
Closed

Comments

@mr-c
Copy link
Member

mr-c commented Jan 18, 2022

glob: $(inputs.outputVcf).tbi is better than glob: $(inputs.outputVcf + ".tbi")

Many CWL runners (including cwltool) will be able to parse the first way without calling out to a Javascript engine

@mr-c
Copy link
Member Author

mr-c commented Feb 16, 2022

This might not be worth doing here, as it is cleaner to match the structure of the source WDL for string interpolation. Lets keep this for post-processing in cwl-format

@mr-c mr-c closed this as completed Feb 16, 2022
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