Skip to content
Snippets Groups Projects

Cwl shiny

Merged Dominik Brilhaus requested to merge cwl-shiny into main
5 files
+ 0
53
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 0
16
# Kallisto
## Executing individual steps
### Create genome index
```bash
cwltool ../../../workflows/kallisto/kallisto-index.cwl index.yml
```
### Quantification of a single sample
```bash
cwltool ../../../workflows/kallisto/kallisto-quant.cwl quant.yml
```
Loading