view converter_dta_to_csv.xml @ 14:be66787b414c draft

Uploaded
author mb2013
date Wed, 20 Nov 2013 07:19:33 -0500
parents 029aaa1f335a
children
line wrap: on
line source

<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>