Skip to content
Snippets Groups Projects
Commit cad19a74 authored by Francois Ancien's avatar Francois Ancien
Browse files

Correcting pull data cwl

parent 57d2483d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ doc: "Task to pull data from EDC"
hints:
- class: DockerRequirement
dockerPull: gitlab.lcsb.uni.lu:4567/luca.bolzani/iderha-test-deployment/test-aggregate-remote
dockerPull: gitlab.lcsb.uni.lu:4567/luca.bolzani/iderha-test-deployment/edc-client
inputs:
- id: input
......@@ -16,8 +16,9 @@ inputs:
position: 1
outputs:
- id: datalink
type: stdout
datalink:
type: File
outputBinding:
glob: aggregated-ages.json
stdout: stdout.txt
baseCommand: ["aggregate_remote"]
baseCommand: ["/app/edc_client.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment