Skip to content

Development of a Python API for Graphical Representation of Ancestral Sequence Predictions (GRASP)

Notifications You must be signed in to change notification settings

SebPorras/GRASPy

Repository files navigation

GRASPy

A Python API for using the Graphical Representation of Ancestral Sequence Predictions (GRASP)

Read the docs at - https://sebporras.github.io/GRASPy/

Install instructions

  1. Clone this repository to your computer
git clone https://github.com/SebPorras/GRASPy.git
  1. Create a conda environment
conda create -n GRASPy python=3.9
  1. Activate environment
conda activate GRASPy
  1. Install the required Python packages
pip install -r ./GRASPy/requirements.txt
  1. Import GRASPy to your notebook or Python scripts
import GRASPy as gp

Quick tutorial

  • For an example of how to use the API, view example_workflow.ipynb

About

Development of a Python API for Graphical Representation of Ancestral Sequence Predictions (GRASP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published