diff file_conversion/alchemy2matrix.xml @ 2:56d85d5e870a draft default tip

Deleted selected files
author venice-juanillas
date Tue, 06 Nov 2012 02:42:00 -0500
parents 255735871a14
children
line wrap: on
line diff
--- a/file_conversion/alchemy2matrix.xml	Mon Nov 05 23:01:59 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<tool id="alchemy2matrix" name="Alchemy to Matrix">
-  <description>file converter</description>
-  <command interpreter="perl">alchemy2matrix.pl $input $output</command>
-  <inputs>
-    <param format="tabular" name="input" type="data" label="Source file"/>
-  </inputs>
-  <outputs>
-    <data format="tabular" name="output" />
-  </outputs>
-
-  <tests>
-    <test>
-      <param name="input" value="raw_data.txt"/>
-      <output name="out_file1" file="output.txt"/>
-    </test>
-  </tests>
-
-  <help>
-This tool converts an alchemy-output file format to a SNP matrix format.
-  </help>
-
-</tool>
\ No newline at end of file