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 CWL Workflows to Specify Tools by "ID". #81

Open
jmchilton opened this issue Sep 28, 2017 · 1 comment
Open

Enable CWL Workflows to Specify Tools by "ID". #81

jmchilton opened this issue Sep 28, 2017 · 1 comment

Comments

@jmchilton
Copy link

This abstract separation between workflows and tools that is available in Galaxy is not available in CWL. Everything must be URI based in CWL and paths may vary from distribution to distribution - we need to reference abstract tool IDs in high quality Galaxy workflows I believe.

@tetron
Copy link

tetron commented Sep 28, 2017

You can use URIs which are abstract tool IDs, you just need to provide the necessary hooks to resolve them via a custom "Fetcher" class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants