IPK-BIT / isa-json2tab

simple stateless backend to convert ISA-JSON to ISA-Tab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

simple stateless backend to convert ISA-JSON to ISA-Tab

License:MIT License


Languages

Language:Python 91.3%Language:Dockerfile 8.7%