From 497bb02d769455bf93f042a45fefff3433105c99 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Thu, 5 Dec 2024 17:39:18 +0100 Subject: [PATCH] Strip redundant quotes from docker pull URI --- steps/H5ParmCollector.cwl | 2 +- steps/add_missing_stations.cwl | 2 +- steps/applybeam.cwl | 2 +- steps/applycal.cwl | 2 +- steps/applytarget.cwl | 2 +- steps/average.cwl | 2 +- steps/dp3concat.cwl | 2 +- steps/merge_skymodels.cwl | 2 +- steps/plot_unflagged.cwl | 2 +- steps/taql.cwl | 2 +- steps/taql_copy.cwl | 2 +- steps/transfer_solutions.cwl | 2 +- steps/wsclean.cwl | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/steps/H5ParmCollector.cwl b/steps/H5ParmCollector.cwl index 3800117e..c305a339 100755 --- a/steps/H5ParmCollector.cwl +++ b/steps/H5ParmCollector.cwl @@ -81,7 +81,7 @@ outputs: label: H5parm_collector hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc stdout: $(inputs.outh5parmname)-parm_collector_output.log stderr: $(inputs.outh5parmname)-parm_collector_output_err.log requirements: diff --git a/steps/add_missing_stations.cwl b/steps/add_missing_stations.cwl index 88b877e8..9249ff12 100644 --- a/steps/add_missing_stations.cwl +++ b/steps/add_missing_stations.cwl @@ -76,7 +76,7 @@ stderr: add_missing_stations_err.log label: add_missing_stations hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: InlineJavascriptRequirement - class: InitialWorkDirRequirement diff --git a/steps/applybeam.cwl b/steps/applybeam.cwl index 3c66b11f..c8404af5 100644 --- a/steps/applybeam.cwl +++ b/steps/applybeam.cwl @@ -109,4 +109,4 @@ requirements: coresMin: $(inputs.max_dp3_threads) hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc diff --git a/steps/applycal.cwl b/steps/applycal.cwl index 808f888c..1ee860c6 100644 --- a/steps/applycal.cwl +++ b/steps/applycal.cwl @@ -115,4 +115,4 @@ requirements: coresMin: $(inputs.max_dp3_threads) hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc diff --git a/steps/applytarget.cwl b/steps/applytarget.cwl index 1d905bf1..1bf6c350 100644 --- a/steps/applytarget.cwl +++ b/steps/applytarget.cwl @@ -116,4 +116,4 @@ requirements: coresMin: 2 hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc diff --git a/steps/average.cwl b/steps/average.cwl index 42ab47ae..923cf6c9 100644 --- a/steps/average.cwl +++ b/steps/average.cwl @@ -92,6 +92,6 @@ requirements: coresMin: 8 hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc stdout: average.log stderr: average_err.log diff --git a/steps/dp3concat.cwl b/steps/dp3concat.cwl index 5c4660d1..6f4f7c81 100644 --- a/steps/dp3concat.cwl +++ b/steps/dp3concat.cwl @@ -163,7 +163,7 @@ requirements: coresMin: 8 hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc - class: InitialWorkDirRequirement listing: - entry: $(inputs.msin) diff --git a/steps/merge_skymodels.cwl b/steps/merge_skymodels.cwl index 673dbbd4..69b85801 100755 --- a/steps/merge_skymodels.cwl +++ b/steps/merge_skymodels.cwl @@ -58,6 +58,6 @@ outputs: label: merge_skymodels hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc stdout: merge_skymodels.log stderr: merge_skymodels_err.log diff --git a/steps/plot_unflagged.cwl b/steps/plot_unflagged.cwl index 3123ad18..6c199049 100644 --- a/steps/plot_unflagged.cwl +++ b/steps/plot_unflagged.cwl @@ -41,7 +41,7 @@ outputs: hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: InlineJavascriptRequirement stdout: plot_unflagged_fraction.log diff --git a/steps/taql.cwl b/steps/taql.cwl index 57f4c781..81b0b837 100644 --- a/steps/taql.cwl +++ b/steps/taql.cwl @@ -40,7 +40,7 @@ outputs: label: TaQL hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: ShellCommandRequirement - class: InplaceUpdateRequirement diff --git a/steps/taql_copy.cwl b/steps/taql_copy.cwl index f93da30e..b445e77a 100644 --- a/steps/taql_copy.cwl +++ b/steps/taql_copy.cwl @@ -40,7 +40,7 @@ outputs: label: TaQL hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: ShellCommandRequirement - class: InitialWorkDirRequirement diff --git a/steps/transfer_solutions.cwl b/steps/transfer_solutions.cwl index 91c4c424..da56c81b 100644 --- a/steps/transfer_solutions.cwl +++ b/steps/transfer_solutions.cwl @@ -92,7 +92,7 @@ stderr: transfer_solutions_err.log label: transfer_solutions hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: InlineJavascriptRequirement - class: InitialWorkDirRequirement diff --git a/steps/wsclean.cwl b/steps/wsclean.cwl index fec80dfd..e32e3d77 100644 --- a/steps/wsclean.cwl +++ b/steps/wsclean.cwl @@ -355,7 +355,7 @@ outputs: label: WSClean hints: - class: DockerRequirement - dockerPull: 'astronrd/linc' + dockerPull: astronrd/linc requirements: - class: InplaceUpdateRequirement inplaceUpdate: true -- GitLab