From 97d51018e38a6fa52fc1e09c1d8925820c58716f Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 23 Aug 2022 18:23:01 +0200 Subject: [PATCH] Fix surl download --- steps/fetch_data.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl index af1b5fd..8cdfdbe 100644 --- a/steps/fetch_data.cwl +++ b/steps/fetch_data.cwl @@ -30,6 +30,6 @@ requirements: turl=`echo $1 | awk '{gsub("srm://srm.grid.sara.nl[:0-9]*","gsiftp://gridftp.grid.sara.nl"); print}'` echo "Downloading $turl" - globus-url-copy $turl out/ + globus-url-copy $turl . -- GitLab