A Python API for using the Graphical Representation of Ancestral Sequence Predictions (GRASP)
Read the docs at - https://sebporras.github.io/GRASPy/
- Clone this repository to your computer
git clone https://github.com/SebPorras/GRASPy.git
- Create a conda environment
conda create -n GRASPy python=3.9
- Activate environment
conda activate GRASPy
- Install the required Python packages
pip install -r ./GRASPy/requirements.txt
- Import GRASPy to your notebook or Python scripts
import GRASPy as gp
- For an example of how to use the API, view example_workflow.ipynb