5
|
1 <tool id="dtaConverter2" name="dtaConverter2">
|
|
2 <description>convert multiple dta files to one csv file</description>
|
|
3 <command interpreter="python">
|
|
4 convert_multiple_dta_to_csv.py
|
|
5 $output
|
|
6 $output2
|
|
7 $input1
|
|
8 #for $q in $queries
|
|
9 ${q.input2}
|
|
10 #end for
|
|
11 </command>
|
|
12 <inputs>
|
|
13 <param name="input1" type="data" label="Convert dta"/>
|
|
14 <repeat name="queries" title="Dataset">
|
|
15 <param name="input2" type="data" label="Select" />
|
|
16 </repeat>
|
|
17 </inputs>
|
|
18 <outputs>
|
|
19 <data format="csv" name="output" />
|
|
20 <data format="csv" name="output2" />
|
|
21 </outputs>
|
|
22
|
|
23
|
|
24 <help>
|
|
25 **What it does**
|
|
26
|
|
27 This tool can convert multiple .dta files to one .csv file with coordinates and one .csv file with names of the samples.
|
|
28
|
|
29 Press the button 'Add new Dataset' to add more .dta files.
|
|
30
|
|
31 **Input file**
|
|
32
|
|
33 .dta file created by:
|
|
34
|
|
35 Created by Landmark. http://graphics.idav.ucdavis.edu/research/EvoMorph
|
|
36
|
|
37
|
|
38
|
|
39 </help>
|
|
40
|
|
41 </tool>
|