Skip to content
Snippets Groups Projects

Arc cwl

Merged Dominik Brilhaus requested to merge arc-cwl into main
3 files
+ 275
11
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -77,5 +77,5 @@ cwltool --parallel run.cwl run.yml > $(date +"%Y-%m-%d_%H-%M")-run.log 2>&1 &
@@ -77,5 +77,5 @@ cwltool --parallel run.cwl run.yml > $(date +"%Y-%m-%d_%H-%M")-run.log 2>&1 &
### Print workflow to file
### Print workflow to file
```bash
```bash
cwltool --print-dot run.cwl | dot -Tsvg > run.svg
cwltool --print-dot ../arc.cwl | dot -Tsvg > arc-cwl.svg
```
```
Loading