Skip to content
Snippets Groups Projects
Commit 604176ef authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix overescaping variables

parent d4debaa8
No related branches found
No related tags found
2 merge requests!69Change the name of the pre-calibrated output MS,!20Merge request HBA_calibrator to master
Pipeline #3412 failed
......@@ -32,6 +32,6 @@ requirements:
FILE_LIST=("\${@}")
FILE_PREFIX=$(inputs.file_prefix)
FILE_SUFFIX=$(inputs.file_suffix === null ? '' : inputs.file_suffix)
cat "\${FILE_LIST[@]}" > "\$FILE_PREFIX.\$FILE_SUFFIX"
cat "\${FILE_LIST[@]}" > $FILE_PREFIX.$FILE_SUFFIX
writable: false
- class: InlineJavascriptRequirement
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