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

Add ENV variable support #17

Open
KevinSayers opened this issue Jun 23, 2017 · 0 comments
Open

Add ENV variable support #17

KevinSayers opened this issue Jun 23, 2017 · 0 comments

Comments

@KevinSayers
Copy link
Collaborator

Add parsing for environment variables from CWL this will then map to Nextflow variables of the style env.foo

cwlVersion: v1.0
class: CommandLineTool
baseCommand: env
requirements:
  EnvVarRequirement:
    envDef:
      HELLO: $(inputs.message)
inputs:
  message: string
outputs: []
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