Skip to content

Latest commit

History

History
86 lines (51 loc) 路 1.9 KB

installation.rst

File metadata and controls

86 lines (51 loc) 路 1.9 KB

Installation

ProkFunFind dependencies

ProkFunFind has several dependencies:

All these programs should be installed (e.g., in the $PATH) in order to use ProkFunFind.

Additional python packages will be installed during the ProkFunFind installation including:

Archive overview

  • Folder structure in ProkFunFind package:
  • bin => contain the executable (prokfunfind.py)
  • data => the preconfigured data for each function
  • doc => the documentation in html and pdf
  • test => all needed for unit tests
  • ProkFunFind => the ProkFunFind python library
  • setup.py => the installation script

Installation Instructions

Download ProkFunFind

git clone https://github.com/nlm-irp-jianglab/ProkFunFind.git

Install ProkFunFind

We recommend installing ProkFunFind within a python virtual environment.

conda create -n ProkFun python=3
conda activate ProkFun
pip install ./ProkFunFind