- Nov 24, 2023
-
-
Frits Sweijen authored
-
- Apr 21, 2022
-
-
alex authored
-
- Nov 29, 2021
-
- Nov 19, 2021
-
-
Marcel Loose authored
CWL v1.2 is more explicit about the way that strings in embedded code that contain a dollar sign ($) must be escaped. See https://www.commonwl.org/v1.2/Workflow.html#String_interpolation. It turned out that a few workflow steps contained inline Bash code with improperly escaped variables references. This has been fixed. Former-commit-id: 593046c3 [formerly 48c1c32a] Former-commit-id: 1e0c35ae Former-commit-id: c81c1ba4
-
- Nov 16, 2021
-
-
Marcel Loose authored
Most of the inline bash scripts in the CWL files *ignore* errors, which is undesirable. This fix adds a `set -e` to all the inline scripts that did not have one yet. Note that adding a `-e` to the `#!/bin/bash` does *not* work, because the script is not invoked as an executable but as `bash <script-file>`. Former-commit-id: fcdb9822 [formerly 14890961] Former-commit-id: caf78602 Former-commit-id: 06dd380b
-
- Oct 26, 2021
-
-
David Rafferty authored
Former-commit-id: 5943da03 [formerly 118567fb] Former-commit-id: a499f379 Former-commit-id: 28079dec
-
- Oct 22, 2021
-
-
David Rafferty authored
Former-commit-id: 6894ad31 [formerly 2d2f7d69] Former-commit-id: a122b74e Former-commit-id: 287efbe0
-
- Sep 02, 2021
-
- Jul 15, 2021
-
- Apr 28, 2020
-
-
Mattia Mancini authored
Former-commit-id: 0b8a585b [formerly 740e0b31] Former-commit-id: b75ee209 Former-commit-id: a82dba50
-
Mattia Mancini authored
Former-commit-id: 7384dbf8 [formerly 2a23c0e1] Former-commit-id: 4ff55741 Former-commit-id: 40c1ccd6
- Apr 24, 2020
-
- Apr 21, 2020
-
- Apr 15, 2020
-
- Jan 22, 2020
-
-
Mattia Mancini authored
Former-commit-id: 79f8e525 [formerly b197bdfa] Former-commit-id: 3609027a Former-commit-id: 0813b065
-
- Dec 09, 2019
-
-
Mattia Mancini authored
Former-commit-id: 39ca295e [formerly 63520a02] Former-commit-id: 5dec44da Former-commit-id: 62f4a2a9
-