-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b7f88cc
commit 1794b6d
Showing
24 changed files
with
117 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
About | ||
===== | ||
|
||
`napari-deepfinder` is a napari plugin for the `DeepFinder library <https://deepfinder.readthedocs.io/en/latest/>`_ which includes display, annotation, target generation, | ||
segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and | ||
annotation process. | ||
`napari-exodeepfinder` is a napari plugin for [ExoDeepFinder](https://github.com/deep-finder/tirfm-deepfinder) which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process. | ||
|
||
The source code of `napari-deepfinder` is available `here <https://github.com/deep-finder/napari-deepfinder>`_ and the source code of the `DeepFinder` library itself is available `here <https://gitlab.inria.fr/serpico/deep-finder>`_. | ||
The source code of `napari-exodeepfinder` is available [here](https://github.com/deep-finder/napari-exodeepfinder) and the source code of the `ExoDeepFinder` library itself is available [here](https://github.com/deep-finder/tirfm-deepfinder). |
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
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,11 +1,11 @@ | ||
[metadata] | ||
name = napari-deepfinder | ||
name = napari-exodeepfinder | ||
version = 0.0.1 | ||
author = Constantin Aronssohn | ||
author = Constantin Aronssohn, Arthur Masson | ||
author_email = [email protected] | ||
url = https://github.com/deep-finder/napari-deepfinder | ||
url = https://github.com/deep-finder/napari-exodeepfinder | ||
license = GPL-3.0-only | ||
description = A napari plugin for the DeepFinder library which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process. | ||
description = A napari plugin for the ExpDeepFinder library which includes display, annotation, target generation, segmentation and clustering functionalities. An orthoslice view has been added for an easier visualisation and annotation process. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
classifiers = | ||
|
@@ -27,10 +27,10 @@ classifiers = | |
Operating System :: OS Independent | ||
License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
project_urls = | ||
Bug Tracker = https://github.com/deep-finder/napari-deepfinder/issues | ||
Documentation = https://deep-finder.github.io/napari-deepfinder/ | ||
Source Code = https://github.com/deep-finder/napari-deepfinder | ||
User Support = https://github.com/deep-finder/napari-deepfinder/issues | ||
Bug Tracker = https://github.com/deep-finder/napari-exodeepfinder/issues | ||
Documentation = https://deep-finder.github.io/napari-exodeepfinder/ | ||
Source Code = https://github.com/deep-finder/napari-exodeepfinder | ||
User Support = https://github.com/deep-finder/napari-exodeepfinder/issues | ||
|
||
[options] | ||
packages = find: | ||
|
@@ -41,7 +41,7 @@ package_dir = | |
|
||
# add your package requirements here | ||
install_requires = | ||
cryoet-deepfinder @ git+ssh://[email protected]:deep-finder/cryoet-deepfinder.git | ||
exodeepfinder | ||
numpy | ||
magicgui | ||
qtpy | ||
|
@@ -55,7 +55,6 @@ install_requires = | |
mrcfile | ||
scipy | ||
|
||
|
||
[options.extras_require] | ||
testing = | ||
tox | ||
|
@@ -71,4 +70,4 @@ where = src | |
|
||
[options.entry_points] | ||
napari.manifest = | ||
napari-deepfinder = napari_deepfinder:napari.yaml | ||
napari-exodeepfinder = napari_exodeepfinder:napari.yaml |
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/napari_deepfinder/_tests/test_reader.py → ...apari_exodeepfinder/_tests/test_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
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
Oops, something went wrong.