Skip to content
Snippets Groups Projects
Commit f738a16a authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Use Docker hint instead of requirement

parent 32898c42
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #124 passed
...@@ -5,14 +5,16 @@ cwlVersion: v1.0 ...@@ -5,14 +5,16 @@ cwlVersion: v1.0
id: aoflagger id: aoflagger
requirements: requirements:
- class: DockerRequirement
dockerPull: 'prefactor:latest'
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement - class: InitialWorkDirRequirement
listing: listing:
- entry: $(inputs.msin) - entry: $(inputs.msin)
writable: true writable: true
hints:
DockerRequirement:
dockerPull: lofar/lofar-pipeline
baseCommand: baseCommand:
- aoflagger - aoflagger
inputs: inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment