Skip to content
Snippets Groups Projects
Commit efcf9514 authored by alex's avatar alex
Browse files

find_skymodel_cal bugfixes

Former-commit-id: e233edc9 [formerly 58858c57]
Former-commit-id: 349daa6a
Former-commit-id: 03b86f15
parent f40e98e8
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ outputs: ...@@ -82,7 +82,7 @@ outputs:
glob: $(inputs.msin.basename) glob: $(inputs.msin.basename)
hints: hints:
- class: DockerRequirement - class: DockerRequirement
dockerPull: lofareosc/prefactor:HBAcalibrator-ci:master dockerPull: lofareosc/prefactor:HBAcalibrator
requirements: requirements:
- class: InitialWorkDirRequirement - class: InitialWorkDirRequirement
listing: listing:
......
...@@ -12,14 +12,10 @@ inputs: ...@@ -12,14 +12,10 @@ inputs:
inputBinding: inputBinding:
position: 0 position: 0
- id: skymodels - id: skymodels
<<<<<<< HEAD
type: type:
- Directory? - Directory?
- File? - File?
======= doc: Directory or file containing the sky models
type: Directory?
>>>>>>> 648aff693fcd8267a3f707ad8fc9609715cddaa2
doc: Directory containing the sky models
- id: skymodels_extension - id: skymodels_extension
type: string? type: string?
doc: path extension of the sky models doc: path extension of the sky models
...@@ -81,8 +77,4 @@ requirements: ...@@ -81,8 +77,4 @@ requirements:
hints: hints:
DockerRequirement: DockerRequirement:
<<<<<<< HEAD dockerPull: lofareosc/prefactor:HBAcalibrator
dockerPull: lofareosc/prefactor:latest
=======
dockerPull: lofareosc/prefactor-ci:master
>>>>>>> 648aff693fcd8267a3f707ad8fc9609715cddaa2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment