A python wrapper around the DAVID api.
View the below methods for installing this package.
pip install pyDAVID
- Download the zip file and unzip it or
git clone https://github.com/sdhutchins/pyDAVID.git
cd pyDAVID
pip install .
OR
pip install git+https://github.com/sdhutchins/pyDAVID.git
To run tests, type python -m pytest ./test
in the
pyDAVID directory.
Shaurita Hutchins · @sdhutchins · [email protected]
If you would like to contribute to this package, install the package in development mode, and check out our contributing guidelines.