Skip to content
Snippets Groups Projects
Commit fbb676a4 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Output input_storage_manager from identify_issues.cwl

parent f09d75cc
Branches
Tags
1 merge request!4Make dppp step optional, depending on whether the data was already compressed
...@@ -48,6 +48,12 @@ outputs: ...@@ -48,6 +48,12 @@ outputs:
glob: output.txt glob: output.txt
outputEval: $(JSON.parse(self[0].contents)['skip_compress']) outputEval: $(JSON.parse(self[0].contents)['skip_compress'])
loadContents: true loadContents: true
- id: input_storage_manager
type: string
outputBinding:
glob: output.txt
outputEval: $(JSON.parse(self[0].contents)['input_storage_manager'])
loadContents: true
- id: msout - id: msout
type: Directory type: Directory
outputBinding: outputBinding:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment