Skip to main content

Gene-Disease relationship trend detection

Project description

Gene-Disease relationship trend detection application.

Installation

Install with pip

Install from PyPi with pip

pip install geniepy

Install from source code

Install using setuptools locally

git clone https://github.com/derekkinzo/genie.git
cd genie/geniepy
python setup.py install

Run Source Code

Create virtual environment, and run code

python3 -m venv .venv
source .venv/bin/activate (for windows: source .venv/scripts/activate)
pip install -r requirements.txt

Python Package Development

Setuptools commands to test, generate docs, and install for development (creates symlink)

python setup.py test
python setup.py docs
python setup.py develop

Generate Python Package

Commands to generate python package and upload it to PyPi (setup PyPi account and .profile first)

git tag -a {version}
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/{package name}
twine upload dist/{package name}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geniepy-0.7.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

geniepy-0.7-py2.py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page