Open KevinSayers opened 7 years ago
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: []
Add parsing for environment variables from CWL this will then map to Nextflow variables of the style env.foo