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

Fix tests, final rename

parent 01ed1197
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!4Fix toil interop
Pipeline #203 passed
...@@ -50,7 +50,7 @@ parset_selector: ...@@ -50,7 +50,7 @@ parset_selector:
stage: test_steps stage: test_steps
allow_failure: true allow_failure: true
script: script:
- cwl-runner steps/DP3.ParsetSelector.cwl test_jobs/parset_selector.json - cwl-runner steps/DP3.Selector.cwl test_jobs/selector.json
file_selector: file_selector:
stage: test_steps stage: test_steps
......
File moved
...@@ -26,7 +26,7 @@ steps: ...@@ -26,7 +26,7 @@ steps:
'sbg:y': -729.5 'sbg:y': -729.5
- id: average_step_generator - id: average_step_generator
in: in:
- id: input_parset - id: steps
source: source:
- aoflagger_step_generator/augmented_steps - aoflagger_step_generator/augmented_steps
out: out:
...@@ -40,7 +40,7 @@ steps: ...@@ -40,7 +40,7 @@ steps:
source: source:
- average_step_generator/augmented_steps - average_step_generator/augmented_steps
out: out:
- id: output_parset - id: parset
- id: input_files - id: input_files
- id: input_directories - id: input_directories
- id: output_file_names - id: output_file_names
...@@ -51,7 +51,7 @@ steps: ...@@ -51,7 +51,7 @@ steps:
- id: dppp - id: dppp
in: in:
- id: parset - id: parset
source: parset_generator/output_parset source: parset_generator/parset
- id: msin - id: msin
source: msin source: msin
- id: secondary_files - id: secondary_files
......
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