This repository provides Python scripts to support Knowledge Engine for Genomics (KnowEnG) pipelines, an NIH BD2K Center of Excellence.
There are four modules that one can choose from:
Modules | Description |
---|---|
toolbox.py | Contains basic computation functions for all pipelines |
data_cleanup_toolbox.py | Contains functions for data_cleanup_pipeline |
distributed_computing_utils.py | Contains functions for parallel computing and distribute computing |
redis_utilities.py | Contains API to call redis database |
Follow (steps to create the scaffolding) before push your package from your machine.
Follow (steps to push package to PyPI repository) to push your package from your machine.
Note: knpackage doesn't contain any source code. It provides the necessary basic package dependencies to run KnowEnG pipeline.
apt-get install python3-pip
pip3 install knpackage
import knpackage.<module_name>