Skip to content
Snippets Groups Projects

Cwl

7 files
+ 257
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 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