# HG changeset patch # User mb2013 # Date 1400570680 14400 # Node ID 6e7cf5ed7d62c215cb18aa413053893973675d7c # Parent aae5945b961e7ce2a798e204a4fbb09618a33cd8 Uploaded diff -r aae5945b961e -r 6e7cf5ed7d62 converter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/converter.xml Tue May 20 03:24:40 2014 -0400 @@ -0,0 +1,38 @@ + + convert multiple dta files to one csv file + + converter.py + --output $output + --output2 $output2 + + #for $input in $inputs: + --input_file '$input' + --input_name '$input.display_name' + #end for + + + + + + + + + + + **Function** + + This tool can convert multiple .dta files to one .csv file with coordinates + and one .csv file with names of the samples. + + + + **Input file** + + .dta file created by: + + Created by Landmark. http://graphics.idav.ucdavis.edu/research/EvoMorph + + + + +