-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andy henrie
committed
Apr 15, 2023
1 parent
2afb445
commit 859df12
Showing
138 changed files
with
753 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ FROM python:3.7-alpine | |
COPY . /app | ||
WORKDIR /app | ||
RUN pip install . | ||
CMD ["infer_subc_2d"] | ||
CMD ["infer_subc"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ include LICENSE | |
include HISTORY.md | ||
include Containerfile | ||
graft tests | ||
graft infer_subc_2d | ||
graft infer_subc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# infer_subc_2d/batch | ||
# infer_subc/batch | ||
|
||
functions which help with processing batches of files | ||
|
||
::: infer_subc_2d.batch.batch_process | ||
::: infer_subc.batch.batch_process |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
|
||
## infer_subc_2d | ||
## infer_subc | ||
|
||
Several sub-modules organize the segmentation. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,4 +89,4 @@ In order to leverage the A | |
|
||
## `organelles` submodule | ||
|
||
::: infer_subc_2d.organelles | ||
::: infer_subc.organelles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/cytosol | ||
# infer_subc/organelles/cytosol | ||
|
||
::: infer_subc_2d.organelles.cytosol | ||
::: infer_subc.organelles.cytosol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/er | ||
# infer_subc/organelles/er | ||
|
||
::: infer_subc_2d.organelles.er | ||
::: infer_subc.organelles.er |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/golgi | ||
# infer_subc/organelles/golgi | ||
|
||
::: infer_subc_2d.organelles.golgi | ||
::: infer_subc.organelles.golgi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/lipid | ||
# infer_subc/organelles/lipid | ||
|
||
::: infer_subc_2d.organelles.lipid | ||
::: infer_subc.organelles.lipid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/lysosome | ||
# infer_subc/organelles/lysosome | ||
|
||
::: infer_subc_2d.organelles.lysosome | ||
::: infer_subc.organelles.lysosome |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# infer_subc_2d/organelles/mitochondria | ||
# infer_subc/organelles/mitochondria | ||
|
||
::: infer_subc_2d.organelles.mitochondria | ||
::: infer_subc.organelles.mitochondria | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/nuclei | ||
# infer_subc/organelles/nuclei | ||
|
||
::: infer_subc_2d.organelles.nuclei | ||
::: infer_subc.organelles.nuclei |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/organelles/peroxisome | ||
# infer_subc/organelles/peroxisome | ||
|
||
::: infer_subc_2d.organelles.peroxisome | ||
::: infer_subc.organelles.peroxisome |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# infer_subc_2d/organelles/soma | ||
# infer_subc/organelles/soma | ||
|
||
Routines for inference of ***soma*** for masking later organell segmentation steps. | ||
|
||
::: infer_subc_2d.organelles.soma | ||
::: infer_subc.organelles.soma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## infer_subc_2d/utils | ||
# infer_subc_2d/utils | ||
## infer_subc/utils | ||
# infer_subc/utils | ||
|
||
The _utils_ are organized by _file input / output_ `file_io.py`, _image processing_ routines (`img.py`) and some _other_ (`etc`) functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# infer_subc_2d/utils | ||
# infer_subc/utils | ||
|
||
Also there are 'util/directories.py', 'util/filesystempy', 'util/lazy.py', and a hack from `aicsimageio` 'util/_aicsimage_reader.py' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# infer_subc_2d/utils/file_io | ||
# infer_subc/utils/file_io | ||
|
||
Helpers for file input and output | ||
|
||
::: infer_subc_2d.utils.file_io | ||
::: infer_subc.utils.file_io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# infer_subc_2d/utils/img | ||
# infer_subc/utils/img | ||
|
||
Image processing functions. Most are wrappers to well known `skimage` and `scipy.ndimate` utilities as well as core routines from `aicssegmentation` | ||
|
||
::: infer_subc_2d.utils.img | ||
::: infer_subc.utils.img |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# infer_subc_2d/workflows | ||
# infer_subc/workflows | ||
|
||
Code for classes which interface with the sibling napari plugin repo `organelle-segmenter-plugin` documented at [ndcn.github.io/organelle-segmenter-plugin](https://ndcn.github.io/organelle-segmenter-plugin/) | ||
|
||
|
||
# infer_subc_2d/workflow for napari plugin | ||
# infer_subc/workflow for napari plugin | ||
|
||
The `workflow` sub-module is designed to interface with this repo (`infer_subc_2d`) and the sibling [napari](https://napari.org/stable/) plugin repo [organelle-segmenter-plugin](https://github.com/ndcn/organelle-segmenter-plugin) | ||
The `workflow` sub-module is designed to interface with this repo (`infer_subc`) and the sibling [napari](https://napari.org/stable/) plugin repo [organelle-segmenter-plugin](https://github.com/ndcn/organelle-segmenter-plugin) | ||
|
||
### workflow sub-modules | ||
|
||
::: infer_subc_2d.workflow.workflow | ||
::: infer_subc.workflow.workflow | ||
|
||
::: infer_subc_2d.workflow.workflow_config | ||
::: infer_subc.workflow.workflow_config | ||
|
||
::: infer_subc_2d.workflow.workflow_definition | ||
::: infer_subc.workflow.workflow_definition | ||
|
||
::: infer_subc_2d.workflow.workflow_engine | ||
::: infer_subc.workflow.workflow_engine | ||
|
||
::: infer_subc_2d.workflow.workflow_step | ||
::: infer_subc.workflow.workflow_step |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
# -*- coding: utf-8 -*- | ||
|
||
"""Top-level package for infer_subc_2D.""" | ||
"""Top-level package for infer_subc.""" | ||
|
||
__author__ = "Andy Henrie" | ||
__email__ = "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Entry point for infer_subc_2d.""" | ||
"""Entry point for infer_subc.""" | ||
|
||
from .cli import main # pragma: no cover | ||
|
||
|
File renamed without changes.
Oops, something went wrong.