forked from Slicer/ExtensionsIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Auto3dgm.s4ext
36 lines (26 loc) · 1.17 KB
/
Auto3dgm.s4ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This is source code manager (i.e. svn)
scm git
scmurl https://github.com/ToothAndClaw/SlicerAuto3dgm
scmrevision master
# list dependencies
# - These should be names of other modules that have .s4ext files
# - The dependencies will be built first
depends NA
# Inner build directory (default is ".")
build_subdirectory .
# homepage
homepage https://toothandclaw.github.io
# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
contributors Doug M. Boyer (Duke University)
# Match category in the xml description of the module (where it shows up in Modules menu)
category Auto3dgm
# url to icon (png, size 128x128 pixels)
iconurl https://raw.githubusercontent.com/ToothAndClaw/SlicerAuto3dgm/master/Auto3dgmLogoSmall.png
# Give people an idea what to expect from this code
status beta
# One line stating what the module does
description Auto3dgm allows for comparative analysis of 3D digital models representing biological surfaces.
# Space separated list of urls
screenshoturls https://raw.githubusercontent.com/ToothAndClaw/SlicerAuto3dgm/master/Auto3dgmScreenshot.png
# 0 or 1: Define if the extension should be enabled after its installation.
enabled 1