From 06f392496253438f679147625d1b2829d8e29eaa Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 1 Jun 2023 11:05:31 +0100 Subject: [PATCH 1/3] Bump napari-hub previous action versions --- .github/workflows/napari_hub_preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/napari_hub_preview.yml b/.github/workflows/napari_hub_preview.yml index 416ceff5..c204ac45 100644 --- a/.github/workflows/napari_hub_preview.yml +++ b/.github/workflows/napari_hub_preview.yml @@ -13,9 +13,9 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: napari hub Preview Page Builder - uses: chanzuckerberg/napari-hub-preview-action@v0.1.5 + uses: chanzuckerberg/napari-hub-preview-action@v0.1 with: hub-ref: main From 445470bcd42817033bed1f7b4ccc92eb5a59718b Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 1 Jun 2023 11:23:01 +0100 Subject: [PATCH 2/3] Remove blank description file --- .napari/DESCRIPTION.md | 92 ------------------------------------------ 1 file changed, 92 deletions(-) delete mode 100644 .napari/DESCRIPTION.md diff --git a/.napari/DESCRIPTION.md b/.napari/DESCRIPTION.md deleted file mode 100644 index 45776cd1..00000000 --- a/.napari/DESCRIPTION.md +++ /dev/null @@ -1,92 +0,0 @@ - - - - -The developer has not yet provided a napari-hub specific description. From 55debb5034cda747f0a1ac11f428ae09fac797ab Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 1 Jun 2023 11:28:21 +0100 Subject: [PATCH 3/3] Add ontology --- .napari/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .napari/config.yml diff --git a/.napari/config.yml b/.napari/config.yml new file mode 100644 index 00000000..d24d3acb --- /dev/null +++ b/.napari/config.yml @@ -0,0 +1,8 @@ +labels: + ontology: EDAM-BIOIMAGING:alpha06 + terms: + - 2D Image + - 3D Image + - Plotting + - Slice rendering + - Scientific visualisation