A Python API for the Genesis platform.
Project description
GenAPI
GenAPI is a Python API for the Genesis platform.
Install
To install, run:
python setup.py install
To install for development, run:
python setup.py develop
Usage
Create an API instance:
gen = GenCloud('anonymous', 'anonymous', 'http://cloud.genialis.com')
Get all project and select the first one:
projects = gen.projects()
project = projects.itervalues().next()
Get expression objects and select the first one:
objects = project.objects(type__startswith='data:expression')
object = object.itervalues().next()
Print annotation:
object.print_annotation()
Print file fields:
object.print_downloads()
Download file:
object.download('output.rpkum')
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
GenAPI-0.0.4.tar.gz
(4.5 kB
view details)
File details
Details for the file GenAPI-0.0.4.tar.gz
.
File metadata
- Download URL: GenAPI-0.0.4.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83602a0c092c0ceb7ed02021663302529160f798ccac9c0deb8210f46018fd9 |
|
MD5 | 02a6e00bab058defd0aec65d54720ea8 |
|
BLAKE2b-256 | b49cccffb6e207bbacc7c60b60e0c4a766d34f85016257e2ee66a4ff771829f5 |