forked from BIG-S2/MFSDA_Python
-
Notifications
You must be signed in to change notification settings - Fork 10
/
MFSDA_createShapes.xml
52 lines (48 loc) · 1.58 KB
/
MFSDA_createShapes.xml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Shape Analysis.Advanced</category>
<title>MFSDA_createShapes</title>
<description><![CDATA[This provides a commandline interface to run MFSDA.]]></description>
<version>1.0.0</version>
<contributor>Loic Michoud,Mateo Lopez (UNC)</contributor>
<parameters>
<label>IO</label>
<description>Inputs parameters</description>
<file fileExtensions=".vtk">
<name>shape</name>
<longflag>shape</longflag>
<label>Shape</label>
<channel>input</channel>
<description>Shape data</description>
</file>
<file fileExtensions=".json">
<name>pvalues</name>
<longflag>pvalues</longflag>
<label>P Values</label>
<channel>input</channel>
<description>filename, .json with pvalues</description>
</file>
<file fileExtensions=".json">
<name>efit</name>
<longflag>efit</longflag>
<label>Efit</label>
<channel>input</channel>
<description>filename, .json with efit</description>
</file>
<file fileExtensions=".csv">
<name>covariates</name>
<longflag>covariates</longflag>
<label>Covariate Names</label>
<channel>input</channel>
<description>vector of covariate names, ex. age gender group veCadherinP</description>
</file>
<file fileExtensions=".vtk">
<name>output</name>
<longflag>output</longflag>
<label>Output Directory</label>
<channel>output</channel>
<description>output shape</description>
<default>./out.vtk</default>
</file>
</parameters>
</executable>