- Dec 02, 2021
-
-
-
Tammo Jan Dijkema authored
Dummy commit to test docs deploy See merge request eosc/prefactor3-cwl!68
-
Tammo Jan Dijkema authored
-
Tammo Jan Dijkema authored
Deplay docs when files in subdir change See merge request eosc/prefactor3-cwl!67
-
Tammo Jan Dijkema authored
-
- Dec 01, 2021
-
-
Andre Offringa authored
CI fixes See merge request eosc/prefactor3-cwl!65 Former-commit-id: dc198669 Former-commit-id: 75f2456a Former-commit-id: 8496ac90
-
Andre Offringa authored
Former-commit-id: eccca39c Former-commit-id: 5a824d8e Former-commit-id: c15c47e7
-
- Nov 30, 2021
-
-
Andre Offringa authored
Switch to Dp3 master See merge request eosc/prefactor3-cwl!62 Former-commit-id: 6e75bd8d [formerly 46fcd269] Former-commit-id: d5aae525 Former-commit-id: c8e241e3
-
David Rafferty authored
Add more info regarding output data See merge request eosc/prefactor3-cwl!64 Former-commit-id: ec47370a [formerly 289e7688] Former-commit-id: ed542f13 Former-commit-id: 77ef54cf
-
David Rafferty authored
Former-commit-id: 5390fcca [formerly b05c5069] Former-commit-id: 0095bdad Former-commit-id: f9e9fc32
-
André Offringa authored
Former-commit-id: c72556e3 [formerly 7e4163ee] Former-commit-id: f449a137 Former-commit-id: 1c40a6dd
-
- Nov 29, 2021
-
- Nov 25, 2021
-
-
Andre Offringa authored
Base dockerfile on Ubuntu 20.04 See merge request eosc/prefactor3-cwl!58 Former-commit-id: d6be838a [formerly df6ad411] Former-commit-id: 54743fbf Former-commit-id: ed0fdbb1
-
Andre Offringa authored
Former-commit-id: 7c7347f3 [formerly 4f9210b4] Former-commit-id: 4ff4a1f4 Former-commit-id: 6987d5ec
-
Mattia Mancini authored
Add requirements.txt file for creating virtual env for running Prefactor See merge request eosc/prefactor3-cwl!61 Former-commit-id: d090b186 [formerly 3381dbfb] Former-commit-id: 227847a7 Former-commit-id: 70d9bb66
-
- Nov 22, 2021
-
-
Marcel Loose authored
Remove all references to sevenbridges tags See merge request eosc/prefactor3-cwl!59 Former-commit-id: 34703d2c [formerly 5733c884] Former-commit-id: 6a39549a Former-commit-id: 17dbb36b
-
- Nov 19, 2021
-
-
Marcel Loose authored
RabixComposer, which uses the `sevenbridges` namespace and `sbg` tags, cannot handle CWL version 1.2 files. Removed all references to the namespace and tags. Former-commit-id: 2ee184c9 [formerly 28cf522a] Former-commit-id: af222b04 Former-commit-id: 82458452
-
Marcel Loose authored
Bump CWL Version to v1.2 See merge request eosc/prefactor3-cwl!57 Former-commit-id: 9ce49282 [formerly fae42eb2] Former-commit-id: af1d6e51 Former-commit-id: b38cd200
-
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
Let inline bash scripts exit on error See merge request eosc/prefactor3-cwl!56 Former-commit-id: cd110f70 [formerly 4185da9d] Former-commit-id: 58ecb47e Former-commit-id: 10081c56
-
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
-
- Nov 15, 2021
-
-
Marcel Loose authored
Give inline scripts sensible names See merge request eosc/prefactor3-cwl!55 Former-commit-id: f867357c [formerly 4ce78cad] Former-commit-id: 9fbe6c96 Former-commit-id: 7950f383
-
- Nov 11, 2021
-
-
Marcel Loose authored
Some of the inline scripts (bash or python) have names like "script.py", which is not very helpful for debugging. Renamed the scripts for those workflows that contained either script.py or script.sh. Former-commit-id: bb384d6c [formerly 05c75d3e] Former-commit-id: 697bf088 Former-commit-id: 989620f7
-
- Oct 29, 2021
-
-
David Rafferty authored
Former-commit-id: 0be94913 [formerly 42526b47] Former-commit-id: 54a0a77a Former-commit-id: f2c4a564
-
Marcel Loose authored
Only deploy docs if they were built See merge request eosc/prefactor3-cwl!53 Former-commit-id: e81b681e [formerly b695f3e5] Former-commit-id: 4d6ffd21 Former-commit-id: 4a5b335a
- Oct 28, 2021
-
-
David Rafferty authored
Move residual step before smooth one See merge request eosc/prefactor3-cwl!52 Former-commit-id: d3e5a268 [formerly 62bf934a] Former-commit-id: 15556c36 Former-commit-id: c82c049e
-
David Rafferty authored
Former-commit-id: e12a8059 [formerly 8484f1ba] Former-commit-id: c6a0ede5 Former-commit-id: 0526c4cb
-
- Oct 26, 2021
-
-
Marcel Loose authored
Improve CI checks See merge request eosc/prefactor3-cwl!51 Former-commit-id: b381c773 [formerly 6e4702f6] Former-commit-id: e1f0f5a1 Former-commit-id: 2e91027a
-
David Rafferty authored
Fix typo in true/false check See merge request eosc/prefactor3-cwl!50 Former-commit-id: 6b4ebf8d [formerly e506419f] Former-commit-id: 275bf712 Former-commit-id: 09cce038
-
David Rafferty authored
Former-commit-id: 5943da03 [formerly 118567fb] Former-commit-id: a499f379 Former-commit-id: 28079dec
-
- Oct 25, 2021
-
- Oct 22, 2021
-
-
David Rafferty authored
Fix true/false check See merge request eosc/prefactor3-cwl!48 Former-commit-id: 8565413f [formerly ad901939] Former-commit-id: 03a3afe1 Former-commit-id: e6c12344
-