Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
multic/segmentationschool/*.sh

multic/segmentationschool/logs/
multic/segmentationschool/output/
multic/segmentationschool/test.py
multic/segmentationschool/profile.html
multic/segmentationschool/profile.json

multic/segmentationschool/*.ipynb

multic/segmentationschool/Codes/__pycache__/
multic/segmentationschool/utils/__pycache__/
multic/segmentationschool/__pycache__/


5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ RUN pip install --no-cache-dir --upgrade --ignore-installed pip setuptools && \
RUN python --version && pip --version && pip freeze

WORKDIR $mc_path/multic/cli
LABEL entry_path=$mc_path/multic/cli

# Test our entrypoint. If we have incompatible versions of numpy and
# openslide, one of these will fail
RUN python -m slicer_cli_web.cli_list_entrypoint --list_cli
RUN python -m slicer_cli_web.cli_list_entrypoint MultiCompartmentSegment --help
RUN python -m slicer_cli_web.cli_list_entrypoint FeatureExtraction --help

RUN python -m slicer_cli_web.cli_list_entrypoint MultiCompartmentTrain --help

ENTRYPOINT ["/bin/bash", "docker-entrypoint.sh"]
91 changes: 0 additions & 91 deletions multic/cli/FeatureExtraction/FeatureExtraction.py

This file was deleted.

87 changes: 0 additions & 87 deletions multic/cli/FeatureExtraction/FeatureExtraction.xml

This file was deleted.

23 changes: 0 additions & 23 deletions multic/cli/MultiCompartmentSegment/MultiCompartmentSegment.py

This file was deleted.

54 changes: 0 additions & 54 deletions multic/cli/MultiCompartmentSegment/MultiCompartmentSegment.xml

This file was deleted.

Loading