Requirements and Installation - kuleshov/architect GitHub Wiki
Requirements
Architect is implemented in Python and requires
pysam >= 0.82
networkx >= 1.10
Installation
To install Architect, clone this repo and add it to your PYTHONPATH
.
git clone https://github.com/kuleshov/architect.git
cd architect
export PYTHONPATH=$PYTHONPATH:`pwd`
You may now run the program as python /path/to/architect.py
.