-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
Yoshiaki Yasumizu edited this page Nov 1, 2020
·
3 revisions
- python3
- cwltool
pip install cwlref-runner
- docker (alternatively, you can use udocker, singularity, or
--no-container
mode when you have no root privileges. See Tips section.) - STAR requires about 37Gb RAM.
- install cwltool
pip install cwlref-runner
In detail, check out the cwltool website.
- Setup docker
Setup docker. If you are using Mac, increase the memory limit above 40Gb(Documentation).
- Clone VIRTUS.
git clone https://github.com/yyoshiaki/VIRTUS
You can add ./VIRTUS/bin
to PATH
in .zshrc
or .bashrc
etc.
- Version confirmation
Tool --help
will tell you the version. ex. VIRTUS.PE.cwl --help
VIRTUS wrapper uses Python3 and several packages. To manage python and packages, anaconda is useful.
- install Python packages
pip install numpy pandas scipy statsmodels seaborn
just it.