Skip to content

thrive-itcr/whole-cell-segmentation

Repository files navigation

Whole Cell Segmentation

Copyright (c) General Electric Company, 2017. All rights reserved.

To build the container:

$ docker build -t thriveitcr/whole-cell-segmentation --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy --build-arg no_proxy=$no_proxy .

To add it to the docker-compose file:

  whole-cell-segmentation:
    image: thriveitcr/whole-cell-segmentation:latest
    ports:
    - 7106
    environment:
      MSG_SYSTEM: amqp
      SERVICE_NAME: whole-cell-segmentation--v1_0_0
      SERVICE_TAGS: analytic

The file rt106-wavelet-nuclei-segmentation.tar.gz comes from the build process of the Wavelet Nuclei Segmentation sample algorithm from rt106.

About

algorithm to segment single cells and their nuclei

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published