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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geniepy-0.16.tar.gz.
File metadata
- Download URL: geniepy-0.16.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0ea0e57c0706c26b8b3bcfae321558271bcf47c1b001f0e91319ef1b1451532
|
|
| MD5 |
5e46c34c126253fdaf9a24843cc092a4
|
|
| BLAKE2b-256 |
5a2957b3a09f513ecfe007eff146949cb96e9328d700bd75765cc104a45506ec
|
File details
Details for the file geniepy-0.16-py2.py3-none-any.whl.
File metadata
- Download URL: geniepy-0.16-py2.py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f36397d639ebf853e63e8f68c29c9e4363303ab583c6d5bd73bd1ea01eeacc80
|
|
| MD5 |
b04572cc80c0644c42ce50ce64f49d7b
|
|
| BLAKE2b-256 |
4cd50dcb5891e99396bb492aeef36441d06c1a12a2765789bc6809ab56489acc
|