Skip to content
Snippets Groups Projects
Commit 24870ffd authored by Matthijs van der Wild's avatar Matthijs van der Wild
Browse files

Parset files are now collected from stdout.

parent c531ec81
No related branches found
No related tags found
1 merge request!165Parset files are now collected from stdout.
Pipeline #57509 passed
...@@ -56,22 +56,17 @@ inputs: ...@@ -56,22 +56,17 @@ inputs:
- id: lbfgs_robustdof - id: lbfgs_robustdof
type: float? type: float?
default: 200 default: 200
outputs: outputs:
- id: output - id: output
type: File type: stdout
outputBinding:
glob: DP3.parset
baseCommand: baseCommand:
- cp - cat
arguments: - input.parset
- prefix: ''
shellQuote: false stdout: DP3.parset
position: 0
valueFrom: input.parset
- prefix: ''
shellQuote: false
position: 0
valueFrom: DP3.parset
requirements: requirements:
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
- class: ShellCommandRequirement - class: ShellCommandRequirement
......
...@@ -76,22 +76,17 @@ inputs: ...@@ -76,22 +76,17 @@ inputs:
- id: lbfgs_robustdof - id: lbfgs_robustdof
type: float? type: float?
default: 200 default: 200
outputs: outputs:
- id: output - id: output
type: File type: stdout
outputBinding:
glob: DP3.parset
baseCommand: baseCommand:
- cp - cat
arguments: - input.parset
- prefix: ''
shellQuote: false stdout: DP3.parset
position: 0
valueFrom: input.parset
- prefix: ''
shellQuote: false
position: 0
valueFrom: DP3.parset
requirements: requirements:
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
- class: ShellCommandRequirement - class: ShellCommandRequirement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment