Skip to content
Snippets Groups Projects

Cwl

Merged Dominik Brilhaus requested to merge cwl into main
3 files
+ 36
14
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
2
@@ -4,5 +4,6 @@
```bash
cd runs/kallisto/
cwltool ../../workflows/kallisto/kallisto-index.cwl index.yml
```
\ No newline at end of file
cwltool --cachedir cache2 ../../workflows/kallisto/kallisto-workflow.cwl workflow.yml > $(date +"%Y-%m-%d_%H-%M").log 2>&1 &
```
Loading