Skip to content

Commit eff3674

Browse files
saimasafdar2021jcfr
authored andcommitted
Add files via upload
1 parent 1caa66b commit eff3674

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

SurfaceModelNodesSelector.s4ext

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
#
2+
# First token of each non-comment line is the keyword and the rest of the line
3+
# (including spaces) is the value.
4+
# - the value can be blank
5+
#
6+
7+
# This is source code manager (i.e. svn)
8+
scm git
9+
scmurl https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/tree/main
10+
scmrevision main
11+
12+
# list dependencies
13+
# - These should be names of other modules that have .s4ext files
14+
# - The dependencies will be built first
15+
depends NA
16+
17+
# Inner build directory (default is ".")
18+
build_subdirectory .
19+
20+
# homepage
21+
homepage https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/tree/main
22+
23+
# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
24+
# For example:
25+
26+
# Match category in the xml description of the module (where it shows up in Modules menu)
27+
category Surface Models
28+
29+
# url to icon (png, size 128x128 pixels)
30+
iconurl https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png
31+
32+
# Give people an idea what to expect from this code
33+
# - Is it just a test or something you stand behind?
34+
status Beta
35+
36+
# One line stating what the module does
37+
Supports segmentation of brain tumor for a cohort at once without any human intervention.
38+
39+
# Space separated list of urls
40+
screenshoturls https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png
41+
42+
# 0 or 1: Define if the extension should be enabled after its installation.
43+
enabled 1

0 commit comments

Comments
 (0)