Skip to content

Commit

Permalink
Fix missing tier specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler committed Dec 3, 2024
1 parent fdd8cf5 commit a897d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions SegmentHumanBody.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#",
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
"build_dependencies": ["PyTorch"],
"build_subdirectory": ".",
"category": "Segmentation",
"scm_revision": "main",
"scm_url": "https://github.com/mazurowski-lab/SlicerSegmentHumanBody"
"scm_url": "https://github.com/mazurowski-lab/SlicerSegmentHumanBody",
"tier": 1
}
5 changes: 3 additions & 2 deletions SlicerNeuropacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#",
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
"build_dependencies": [],
"build_subdirectory": ".",
"category": "Diffusion",
"scm_revision": "main",
"scm_url": "https://github.com/neuropacs/SlicerNeuropacs"
"scm_url": "https://github.com/neuropacs/SlicerNeuropacs",
"tier": 1
}

2 comments on commit a897d53

@neuropacman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @jamesobutler,

When & where can I expect the SlicerNeuropacs extension to be available? I see extensions are built and uploaded to the extensions server every day but I cannot seem to find the SlicerNeuropacs extension anywhere.

Apologies if I misunderstand this process.

Best,
Kerrick

@jamesobutler
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neuropacman I have provided a response over in your original PR where you added SlicerNeuropacs to the Slicer Extensions Index. See #2096 (comment)

Please sign in to comment.