Skip to content
Snippets Groups Projects

Cwl

Merged Dominik Brilhaus requested to merge cwl into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 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