Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 706 Bytes

Visualizing Dynamically Generated Protein Interactions

A Python library for visualizing dynamically generated protein interactions using 3D node-link layout.

DEMO

Installation

  1. Requires python=3.8

    conda create -n myenv python=3.8
    conda activate myenv
    
  2. Install packages

    cd src/
    pip install -r requirements.txt
    

Note: You may need to install pygraphvis using conda forge: conda install --channel conda-forge pygraphviz

  1. Start server

    ./start.sh
    
  2. Open browser

    http://127.0.0.1:5000/index