- 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 Former-commit-id: 2b7fc297
-
- Sep 02, 2021
-
- Aug 18, 2021
-
-
David Rafferty authored
Resolve RAP-199 Closes RAP-199 See merge request eosc/prefactor3-cwl!34 Former-commit-id: 72d168b6 Former-commit-id: 754e0dab
-
- Aug 17, 2021
-
-
David Rafferty authored
Former-commit-id: f35a68f1 Former-commit-id: bd322f0b
-
David Rafferty authored
Former-commit-id: 0db293ff Former-commit-id: 053de817
-
David Rafferty authored
Former-commit-id: 4bd8aea5 Former-commit-id: 4b482cc3
-
- Aug 16, 2021
-
-
David Rafferty authored
Former-commit-id: 966b0028 Former-commit-id: 36748549
-
David Rafferty authored
Former-commit-id: d3822517 Former-commit-id: a20330c8
-
David Rafferty authored
Former-commit-id: b515eab3 Former-commit-id: 9c328c8d
-
David Rafferty authored
Former-commit-id: 61d4e840 Former-commit-id: 3efa26ee
-
- Aug 13, 2021
-
-
David Rafferty authored
Former-commit-id: a98a5e4a Former-commit-id: f6acc745
-
David Rafferty authored
Former-commit-id: 466b11f9 Former-commit-id: 675d5d2c
-
David Rafferty authored
Former-commit-id: 29729ee7 Former-commit-id: 783f553b
-
David Rafferty authored
Former-commit-id: 66feb960 Former-commit-id: 1b53528c
-
David Rafferty authored
Former-commit-id: af8f6366 Former-commit-id: a18d7bb3
-
David Rafferty authored
Former-commit-id: d4a41d8b Former-commit-id: 59940f7e
-
David Rafferty authored
Former-commit-id: c903b3bf Former-commit-id: b8a75aad
-
David Rafferty authored
Former-commit-id: 45b2c31e Former-commit-id: dccb585a
-
- Aug 06, 2021
-
-
David Rafferty authored
Former-commit-id: 96282492 Former-commit-id: 1cb42061
-
- Aug 05, 2021
-
- Aug 04, 2021
-
-
David Rafferty authored
Former-commit-id: 4b1e694b Former-commit-id: 86ad7505
-
David Rafferty authored
Former-commit-id: ada40b2d Former-commit-id: 9b7f9cd4
-
- Aug 02, 2021
-
- Jul 26, 2021
-
- Jul 20, 2021
- Jul 15, 2021
-
- Jul 12, 2021
-