changeset 2:029aaa1f335a draft

Uploaded
author mb2013
date Wed, 20 Nov 2013 07:15:04 -0500
parents 4362b3a5d397
children 8cd5f40c928e
files converter_dta_to_csv.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/converter_dta_to_csv.xml	Wed Nov 20 07:15:04 2013 -0500
@@ -0,0 +1,28 @@
+<tool id="dtaConverter" name="dtaConverter">
+  <description>convert dta file to csv file</description>
+  <command interpreter="python">converter_dta_to_csv.py $input $output $output2</command>
+  <inputs>
+    <param format="dta" name="input" type="data" label="Source file"/>
+  </inputs>
+  <outputs>
+    <data format="csv" name="output" />
+    <data format="csv" name="output2" label = "sample names"/>
+  </outputs>
+
+  
+  <help>
+**What it does**
+
+This tool can convert one .dta file to one .csv file with coordinates and one .csv file with names of the samples.
+
+Press the button 'Add new Dataset' to add more .dta files. 
+
+**Input file**
+
+.dta file created by:
+
+Created by Landmark. http://graphics.idav.ucdavis.edu/research/EvoMorph
+
+  </help>
+
+</tool>