From d362e7d48171bc7e26c907496bdcc3604bba9141 Mon Sep 17 00:00:00 2001 From: Arthur Porto Date: Sun, 19 Jul 2026 03:43:51 -0400 Subject: [PATCH 1/4] Adding ATLAS extension to the catalogue I would like to add the following extension (ATLAS) to the official catalogue --- ATLAS.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ATLAS.json diff --git a/ATLAS.json b/ATLAS.json new file mode 100644 index 00000000..5250cbde --- /dev/null +++ b/ATLAS.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "category": "Registration", + "scm_url": "https://github.com/agporto/ATLAS.git", + "scm_revision": "main", + "scm_type": "git", + "build_dependencies": [], + "build_subdirectory": ".", + "enabled": true, + "tier": 1 +} From d27086be76718acfdd304590630c1449f33c98c7 Mon Sep 17 00:00:00 2001 From: Arthur Porto Date: Sun, 19 Jul 2026 12:41:14 -0400 Subject: [PATCH 2/4] Update ATLAS catalog entry after repository rename --- ATLAS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATLAS.json b/ATLAS.json index 5250cbde..0be16e44 100644 --- a/ATLAS.json +++ b/ATLAS.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", "category": "Registration", - "scm_url": "https://github.com/agporto/ATLAS.git", + "scm_url": "https://github.com/agporto/SlicerATLAS.git", "scm_revision": "main", "scm_type": "git", "build_dependencies": [], From f54e62ea4f43b336fa97a156c99610c76ce754f6 Mon Sep 17 00:00:00 2001 From: Arthur Porto Date: Sat, 25 Jul 2026 14:27:05 -0400 Subject: [PATCH 3/4] Delete ATLAS.json --- ATLAS.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ATLAS.json diff --git a/ATLAS.json b/ATLAS.json deleted file mode 100644 index 0be16e44..00000000 --- a/ATLAS.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", - "category": "Registration", - "scm_url": "https://github.com/agporto/SlicerATLAS.git", - "scm_revision": "main", - "scm_type": "git", - "build_dependencies": [], - "build_subdirectory": ".", - "enabled": true, - "tier": 1 -} From 611a23351ff179c8f310699d4aec55f53d9dee57 Mon Sep 17 00:00:00 2001 From: Arthur Porto Date: Sat, 25 Jul 2026 14:27:37 -0400 Subject: [PATCH 4/4] renaming to MorphoWeave --- MorphoWeave.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MorphoWeave.json diff --git a/MorphoWeave.json b/MorphoWeave.json new file mode 100644 index 00000000..db701c43 --- /dev/null +++ b/MorphoWeave.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "category": "Registration", + "scm_url": "https://github.com/agporto/SlicerMorphoWeave.git", + "scm_revision": "main", + "scm_type": "git", + "build_dependencies": [], + "build_subdirectory": ".", + "enabled": true, + "tier": 1 +}