Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 621 Bytes

Genomelink Python SDK

Python client library to quickly get started with the Genomelink API

Installation

To install, use pip:

pip install --upgrade genomelink

Examples

>>> import genomelink
>>> report = genomelink.Report.fetch(name='eye-color', population='european', token='GENOMELINKTEST')
>>> report.summary['text']
Tend to not have brown eyes, slightly

Dependencies