Skip to content
Snippets Groups Projects

Cwl shiny

Merged Dominik Brilhaus requested to merge cwl-shiny into main
15 files
+ 121
725
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 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