Skip to content
Snippets Groups Projects
Commit 6dea0bff authored by Dominik Brilhaus's avatar Dominik Brilhaus
Browse files

installation notes

parent ed3eb523
No related branches found
No related tags found
No related merge requests found
# CWL Installation (MacOS)
Docs: https://www.commonwl.org/
GitHub: https://github.com/common-workflow-language/cwltool
## Install CWL via conda
> requires conda installation, which is a whole different story. Good luck.
```bash
conda install -c conda-forge cwltool
```
# Kallisto
# Kallisto Installation
## Manual
- Docs: http://pachterlab.github.io/kallisto/manual.html
- GitHub: https://github.com/pachterlab/kallisto
http://pachterlab.github.io/kallisto/manual.html
## MacOS Installation via conda
## MacOS Installation
see: https://anaconda.org/bioconda/kallisto
```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install kallisto
```
```bash
git clone https://github.com/pachterlab/kallisto.git
cd kallisto
mkdir build
cd build
cmake .. -DUSE_HDF5=ON
conda install -c bioconda kallisto
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment