From 8ef0e28385363aa73d351810459db6e6b3431dea Mon Sep 17 00:00:00 2001 From: Timo <millenaar@astron.nl> Date: Fri, 28 Mar 2025 14:44:47 +0000 Subject: [PATCH] Use docker container for version v0.5.19 --- aggregate_and_plot.cwl | 2 +- steps/DPPP.cwl | 2 +- steps/combine_inspect_dataset.cwl | 2 +- steps/create_inspect_dataset.cwl | 2 +- steps/extract_quality_metrics.cwl | 2 +- steps/extract_sip_meta.cwl | 2 +- steps/fix_antenna_information_2013.cwl | 2 +- steps/fix_antenna_information_2015.cwl | 2 +- steps/fix_long_baselines.cwl | 2 +- steps/fix_weightissue_flagging.cwl | 2 +- steps/identify_issues.cwl | 2 +- steps/inspect_flagging_dataloss.cwl | 2 +- steps/plot_uvw_coverage.cwl | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aggregate_and_plot.cwl b/aggregate_and_plot.cwl index 536eff3..bb9d6f5 100644 --- a/aggregate_and_plot.cwl +++ b/aggregate_and_plot.cwl @@ -3,7 +3,7 @@ class: CommandLineTool requirements: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 baseCommand: python3 arguments: diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl index 73dca60..c67da9e 100755 --- a/steps/DPPP.cwl +++ b/steps/DPPP.cwl @@ -94,7 +94,7 @@ baseCommand: hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true id: dppp diff --git a/steps/combine_inspect_dataset.cwl b/steps/combine_inspect_dataset.cwl index 2c1f662..5e7d988 100644 --- a/steps/combine_inspect_dataset.cwl +++ b/steps/combine_inspect_dataset.cwl @@ -8,7 +8,7 @@ requirements: - class: InlineJavascriptRequirement hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true inputs: diff --git a/steps/create_inspect_dataset.cwl b/steps/create_inspect_dataset.cwl index 79df034..438fe84 100644 --- a/steps/create_inspect_dataset.cwl +++ b/steps/create_inspect_dataset.cwl @@ -8,7 +8,7 @@ requirements: - class: InlineJavascriptRequirement hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true inputs: diff --git a/steps/extract_quality_metrics.cwl b/steps/extract_quality_metrics.cwl index c5cb2fd..9a1384a 100644 --- a/steps/extract_quality_metrics.cwl +++ b/steps/extract_quality_metrics.cwl @@ -15,7 +15,7 @@ requirements: inspect_utils.py inspect $(inputs.inspect.path) quality.json hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true inputs: diff --git a/steps/extract_sip_meta.cwl b/steps/extract_sip_meta.cwl index cf84cdb..329da27 100644 --- a/steps/extract_sip_meta.cwl +++ b/steps/extract_sip_meta.cwl @@ -26,7 +26,7 @@ outputs: label: inspect_flagging_dataloss hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true diff --git a/steps/fix_antenna_information_2013.cwl b/steps/fix_antenna_information_2013.cwl index ac50bde..43f9de0 100644 --- a/steps/fix_antenna_information_2013.cwl +++ b/steps/fix_antenna_information_2013.cwl @@ -37,6 +37,6 @@ requirements: inplaceUpdate: true hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true \ No newline at end of file diff --git a/steps/fix_antenna_information_2015.cwl b/steps/fix_antenna_information_2015.cwl index 0af7f37..6827654 100644 --- a/steps/fix_antenna_information_2015.cwl +++ b/steps/fix_antenna_information_2015.cwl @@ -40,6 +40,6 @@ requirements: inplaceUpdate: true hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true \ No newline at end of file diff --git a/steps/fix_long_baselines.cwl b/steps/fix_long_baselines.cwl index 4c3ca4a..07ca678 100644 --- a/steps/fix_long_baselines.cwl +++ b/steps/fix_long_baselines.cwl @@ -42,6 +42,6 @@ outputs: hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true \ No newline at end of file diff --git a/steps/fix_weightissue_flagging.cwl b/steps/fix_weightissue_flagging.cwl index e9f2271..1c61b83 100644 --- a/steps/fix_weightissue_flagging.cwl +++ b/steps/fix_weightissue_flagging.cwl @@ -35,6 +35,6 @@ outputs: glob: $(inputs.msin.basename) hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true \ No newline at end of file diff --git a/steps/identify_issues.cwl b/steps/identify_issues.cwl index 2982dd2..aa93db2 100644 --- a/steps/identify_issues.cwl +++ b/steps/identify_issues.cwl @@ -65,7 +65,7 @@ baseCommand: hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true id: identify_issues diff --git a/steps/inspect_flagging_dataloss.cwl b/steps/inspect_flagging_dataloss.cwl index 83f753b..e9d22c4 100644 --- a/steps/inspect_flagging_dataloss.cwl +++ b/steps/inspect_flagging_dataloss.cwl @@ -128,6 +128,6 @@ requirements: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true \ No newline at end of file diff --git a/steps/plot_uvw_coverage.cwl b/steps/plot_uvw_coverage.cwl index ed27f4d..16f84d1 100644 --- a/steps/plot_uvw_coverage.cwl +++ b/steps/plot_uvw_coverage.cwl @@ -20,7 +20,7 @@ outputs: glob: $(inputs.output_name) hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1 + dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.19 - class: NetworkAccess networkAccess: true -- GitLab