Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.41 KB

INSTALL.md

File metadata and controls

44 lines (35 loc) · 1.41 KB

Dependencies

Software

Make sure the following software are in your PATH

Python package

Install the following Python packages (e.g. using pip insall)

Install PAVFinder in a conda environment

conda create -n pavfinder
conda activate pavfinder
conda install -c bioconda pavfinder

It is recommended to use mamba instead of conda, i.e.

mamba install -c bioconda pavfinder

Install PAVFinder in virtualenv

This is an alternative to using a conda environment. All required software listed above must be in your PATH.

$ pip install virtualenv
$ virtualenv <DIR>
$ source <DIR>/bin/activate
$ pip install git+https://github.com/bcgsc/pavfinder.git#egg=pavfinder