Skip to content
Snippets Groups Projects

Make dppp step optional, depending on whether the data was already compressed

Files

+ 6
0
@@ -48,6 +48,12 @@ outputs:
glob: output.txt
outputEval: $(JSON.parse(self[0].contents)['skip_compress'])
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
type: Directory
outputBinding:
Loading