Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 684 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 684 Bytes

isa-json2tab

simple stateless backend to convert ISA-JSON to ISA-Tab implemented in bottle and using the isa-api for conversion.

Usage

Send your ISA-JSON via HTTP POST to <hostname>/json2tab in the request body, the server will respond with application/zip content containing a ZIP archive of the generated ISA-Tab files. An example implementation using this service can be seen in the MIAPPE Wizard repo.

Container

The backend is available as a Docker Image from https://hub.docker.com/r/thyra/isa-json2tab .