Skip to content
Snippets Groups Projects
Commit 6fd25b7e authored by Mick Veldhuis's avatar Mick Veldhuis
Browse files

Fix MS output name

parent 4a5f827f
Branches
Tags
1 merge request!5Add parameters required for the MVP
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -21,6 +21,9 @@ arguments: ...@@ -21,6 +21,9 @@ arguments:
- memory_logging=true - memory_logging=true
inputs: inputs:
- id: sasid
type: string?
doc: SAS process identifier
- id: msin - id: msin
type: Directory type: Directory
inputBinding: inputBinding:
......
...@@ -112,6 +112,8 @@ steps: ...@@ -112,6 +112,8 @@ steps:
scatterMethod: dotproduct scatterMethod: dotproduct
run: ../steps/preprocess.cwl run: ../steps/preprocess.cwl
in: in:
- id: sasid
source: sasid
- id: msin - id: msin
source: msin source: msin
- id: msin_autoweight - id: msin_autoweight
...@@ -151,10 +153,8 @@ steps: ...@@ -151,10 +153,8 @@ steps:
- id: dysco_weightbitrate - id: dysco_weightbitrate
source: dysco_weightbitrate source: dysco_weightbitrate
- id: msout_name - id: msout_name
source: source: msin
- sasid valueFrom: $("L" + inputs.sasid + self.basename.slice(7))
- msin
valueFrom: $("L" + self[0] + self[1].basename.slice(7))
- id: dp3_checkparset - id: dp3_checkparset
source: dp3_checkparset source: dp3_checkparset
- id: dp3_numthreads - id: dp3_numthreads
...@@ -165,4 +165,3 @@ requirements: ...@@ -165,4 +165,3 @@ requirements:
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
- class: ScatterFeatureRequirement - class: ScatterFeatureRequirement
- class: StepInputExpressionRequirement - class: StepInputExpressionRequirement
- class: MultipleInputFeatureRequirement
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment