This repository is a python-based ISA-API library, which supports the programmatic creation of ISA objects, multiple ISA serializations (e.g. tabular and JSON representations) and conversions between ISA and other formats.
It relies on Python 3.4. We follow the GitFlow development workflow.
- Install using
pip install -e .
from insideisa-api
project root (may need to sudo it)
Note:
- REST service implementation is available at isa-rest-api project