SDK for interacting with the Open Data Manager


Keywords
genestack, odm, import, share, create, delete, curate, genomics, api
License
MIT
Install
pip install odm-sdk==0.0.1

Documentation

Library odm_sdk

Documentation

stable

Installation

python3 -m pip install odm-sdk

Usage

odm-user-setup init

Generate documentation files

python3 -m pip install -r requirements-docs.txt
cd docs
make html

Note! make use script make_shell_docs.py that generates documentation for shell applications

Repo structure

docs/                             - folder with documentation sources
odm_sdk/                          - folder with library and tests
setup.py                          - installation setup for odm_sdk library