Skip to content
Snippets Groups Projects

Cwl

Merged Dominik Brilhaus requested to merge cwl into main
7 files
+ 29
17
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 8
0
# Kallisto Workflow
## Executing the multi-step workflow
```bash
cd runs/kallisto/
cwltool --cachedir cache2 ../../workflows/kallisto/kallisto-workflow.cwl workflow.yml > $(date +"%Y-%m-%d_%H-%M").log 2>&1 &
```
Loading