This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix plugin things by moving to non-flat directory struture
- Loading branch information
1 parent
f18f840
commit 32f5e75
Showing
65 changed files
with
26 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ name: napari hub Preview Page # we use this name to find your preview page artif | |
|
||
on: | ||
pull_request: | ||
branches: | ||
- '**' | ||
|
||
jobs: | ||
preview-page: | ||
|
@@ -13,7 +11,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: napari hub Preview Page Builder | ||
uses: chanzuckerberg/[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
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
name: cellfinder-napari | ||
name: cellfinder | ||
schema_version: 0.1.0 | ||
contributions: | ||
commands: | ||
- id: cellfinder-napari.detect_widget | ||
- id: cellfinder.detect_widget | ||
title: Create Cell detection | ||
python_name: cellfinder.napari.detect:detect_widget | ||
|
||
- id: cellfinder-napari.training_widget | ||
- id: cellfinder.training_widget | ||
title: Create Train network | ||
python_name: cellfinder.napari.train:training_widget | ||
|
||
- id: cellfinder-napari.CurationWidget | ||
- id: cellfinder.CurationWidget | ||
title: Create Curation | ||
python_name: cellfinder.napari.curation:CurationWidget | ||
|
||
- id: cellfinder-napari.SampleData | ||
- id: cellfinder.SampleData | ||
title: Sample data | ||
python_name: cellfinder.napari.sample_data:load_sample | ||
|
||
widgets: | ||
- command: cellfinder-napari.detect_widget | ||
- command: cellfinder.detect_widget | ||
display_name: Cell detection | ||
- command: cellfinder-napari.training_widget | ||
- command: cellfinder.training_widget | ||
display_name: Train network | ||
- command: cellfinder-napari.CurationWidget | ||
- command: cellfinder.CurationWidget | ||
display_name: Curation | ||
|
||
sample_data: | ||
- key: sample | ||
display_name: Sample data | ||
command: cellfinder-napari.SampleData | ||
command: cellfinder.SampleData |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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