forked from adrienkaiser/DTIAtlasBuilder
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DTIAtlasBuilder.xml
executable file
·55 lines (54 loc) · 1.98 KB
/
DTIAtlasBuilder.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
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<executable>
<title>DTI Atlas Builder</title>
<description>A tool to create an atlas from several DTI images. For any suggestion or question, please contact akaiser[at]unc.edu</description>
<contributor>Adrien Kaiser</contributor>
<category>Diffusion.Diffusion Tensor Images</category>
<version>1.6.4</version>
<parameters>
<label>Inputs</label>
<description>Inputs of the program</description>
<file fileExtensions="txt">
<name>ParamFile</name>
<flag>p</flag>
<longflag>parameter_file</longflag>
<description>Parameter file from this program</description>
<label>Parameter file</label>
<channel>input</channel>
</file>
<file fileExtensions="txt">
<name>ConfigFile</name>
<flag>c</flag>
<longflag>configuration_file</longflag>
<description>Software configuration file</description>
<label>Configuration File</label>
<channel>input</channel>
</file>
<file fileExtensions="csv">
<name>CSVFile</name>
<flag>d</flag>
<longflag>dataset_file</longflag>
<description>CSV file containing the dataset. Warning: If both a parameter file and a dataset file are given, only the given dataset file will be loaded, and the dataset file given in the parameter file will be ignored.</description>
<label>Dataset File</label>
<channel>input</channel>
</file>
</parameters>
<parameters>
<label>Options</label>
<description>Options for the program</description>
<boolean>
<name>noGUI</name>
<longflag>nogui</longflag>
<description>If you do not need the GUI</description>
<label>No GUI</label>
<default>false</default>
</boolean>
<boolean>
<name>Overwrite</name>
<longflag>overwrite</longflag>
<description>If you want to overwrite on previous compute</description>
<label>Overwrite</label>
<default>false</default>
</boolean>
</parameters>
</executable>