Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
LDV
bf_double_tgz
Commits
0e6fc8a1
Commit
0e6fc8a1
authored
Aug 23, 2022
by
Mattia Mancini
Browse files
Fix globus syntax
parent
97d51018
Pipeline
#34807
failed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
steps/fetch_data.cwl
View file @
0e6fc8a1
...
...
@@ -26,10 +26,9 @@ requirements:
#!/bin/bash
mkdir out
cd out
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
.
file_name=$(inputs.surl_link.split('/').pop())
echo "Downloading $turl to $file_name"
globus-url-copy $turl
file://$PWD/$file_name
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment