rcsb.utils.go

RCSB Python utility classes for processing gene ontology data


License
Apache-2.0
Install
pip install rcsb.utils.go==0.18

Documentation

RCSB Python Gene Ontology Data Utilities

Build Status

Introduction

Python utility classes for accessing Gene Ontology classification data

Installation

Download the library source software from the project repository:

git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_go.git

Optionally, run test suite (Python versions 3.8+) using setuptools or tox:

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.utils.go

or for the local repository:

pip install .