Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 273 Bytes

REAMDE.md

File metadata and controls

13 lines (7 loc) · 273 Bytes

Install

First create a conda environment:

conda create -n pgfa -c bioconda -c conda-forge --file requirements.txt --yes

and activate it.

conda activate pgfa

Now install the pgfa library from github.

pip install 'git+ssh://[email protected]/aroth85/[email protected]'