GithubHelp home page GithubHelp logo

apeer_to_wipp_converter's Introduction

APEER to WIPP converter

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.