Skip to main content

Convert APEER plugins to WIPP

Project description

APEER to WIPP converter

https://img.shields.io/pypi/v/apeer_to_wipp_converter.svg https://img.shields.io/travis/ktaletsk/apeer_to_wipp_converter.svg Documentation Status

Convert APEER plugins to WIPP

Both APEER developed by Zeiss and WIPP developed by NIST provide image processing tools and pipelines based on modern containers. While there are differences in the approaches and implementation, basic main components (Dockerfile with entrypoint + JSON description of the pipeline step) are similar enough that it is possible to convert one into the other. Even though in the long term it is prefered that both systems adopt the same standard for these containers, in the short term it is useful to be able to at least convert between the standards.

This repo contains the command line utility to convert the source code of APEER plugin into the source code of the WIPP plugin. Conversion is fully automatic and changes as little of the original source code as possible: - Creates a bash script that translates WIPP input parameters into APEER format in the runtime - Creates a new Dockerfile with modified ENTRYPOINT command and COPY command for bash script described above - Creates a plugin.json according to WIPP specification

Installation

pip install apeer_to_wipp_converter

Usage

a2w <path to module_specification.json in APEER module folder>

After you converted plugin, you may build the Dockerfile and try it in WIPP. Instructions for local installation are available here <https://github.com/usnistgov/WIPP/blob/master/deployment/wipp-complete-single-node/README.md>.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2020-03-06)

  • First release on PyPI.

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

apeer_to_wipp_converter-0.1.0.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

apeer_to_wipp_converter-0.1.0-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page