14
|
1 <tool id="ReMarker" name="ReMarker">
|
|
2 <description>reconstruct landmarks</description>
|
|
3 <command interpreter="python">
|
|
4 ReMarker.py $input $input2 $side $output $output2
|
|
5
|
|
6
|
|
7 </command>
|
|
8 <inputs>
|
|
9 <param name="input" type="data" label="dta file" />
|
|
10 <param name="input2" type="data" label="connect file" />
|
|
11 <param name="side" type="select" label="Left side is good">
|
|
12 <option value="0" selected="true">Yes</option>
|
|
13 <option value="1" >No</option>
|
|
14
|
|
15 </param>
|
|
16 </inputs>
|
|
17 <outputs>
|
|
18 <data name="output" type = "data" format = "tabular" label="rotate ${on_string}" />
|
|
19 <data name="output2" type = "data" format = "dta" label="Landmark reconstruct ${on_string}" />
|
|
20 </outputs>
|
|
21 <help>
|
|
22 **Function**
|
|
23
|
|
24 Reconstruct landmarks
|
|
25
|
|
26
|
|
27 **Input file**
|
|
28
|
|
29 .dta file created by:
|
|
30
|
|
31 Created by Landmark. http://graphics.idav.ucdavis.edu/research/EvoMorph
|
|
32
|
|
33 **Output file**
|
|
34
|
|
35 .dta file
|
|
36
|
|
37
|
|
38
|
|
39 </help>
|
|
40 </tool>
|