- Sep 10, 2021
-
- Sep 06, 2021
-
-
David Rafferty authored
Former-commit-id: 5347baae
-
- Sep 03, 2021
-
-
Marcel Loose authored
Fix the mapping between CWL inputs, which are in JSON format, and Python types, for CWL steps that contain inline Python script. The solution is to convert the CWL `$(inputs)` once to a Python `dict`, by using the `json.loads()` function, passing the `$(inputs)` as a raw Python string. Next, any input argument can be accessed as an entry in a Python `dict`. Also, to avoid potential "Argument list too long" errors, all inline Python scripts that expand the `$(inputs)` argument are now automatically turned into a script *file*, instead of being passed as a (potentially huge) string on the command line. Former-commit-id: 250aa9d1
-
- Sep 02, 2021
-
- Aug 16, 2021
-
- Aug 04, 2021
-
-
David Rafferty authored
Former-commit-id: 4b1e694b
-
- Jul 20, 2021
-
- Jul 15, 2021
-
- Jul 02, 2021
-
- May 28, 2021
-
- May 21, 2021
-
-
A few CWL-files list the DockerRequirement under requirements, instead of hints, which precludes running the workflow as `cwltool --no-container`. This has been fixed. Former-commit-id: 088e9c30
-
- Apr 14, 2021
-
- Mar 08, 2021
-
- Dec 03, 2020
-
-
Mattia Mancini authored
Former-commit-id: 0667dfd4
-
- Nov 18, 2020
-
- Nov 16, 2020
-
- Nov 13, 2020
-
- Nov 11, 2020
-
- Nov 10, 2020
-
- Oct 12, 2020
-
- Oct 07, 2020
-
-
Mattia Mancini authored
Former-commit-id: 746f3d4d
-
- Oct 05, 2020
-
-
Mattia Mancini authored
Former-commit-id: 84c3ec9b
-
Mattia Mancini authored
Former-commit-id: 530f09cb
-
- Sep 30, 2020
-
-
Mattia Mancini authored
Former-commit-id: f0d3c0a3
-
- Sep 15, 2020
-
-
Mattia Mancini authored
Former-commit-id: 29085999
-
- Sep 03, 2020
-
- Aug 26, 2020
-
- Aug 17, 2020
-
- Aug 12, 2020
-
-
Mattia Mancini authored
Former-commit-id: 6a7f9527
-
- Aug 04, 2020
-
-
Mattia Mancini authored
Former-commit-id: ee3e5363
-
Mattia Mancini authored
Former-commit-id: db39529e
-
- Jul 31, 2020
-
- Jun 19, 2020
-
-
Mattia Mancini authored
Former-commit-id: 05f24f65
-
- Jun 15, 2020
-
- May 13, 2020
-
- May 08, 2020
-