comparison 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
comparison
equal deleted inserted replaced
1:255735871a14 2:56d85d5e870a
1 <tool id="alchemy2matrix" name="Alchemy to Matrix">
2 <description>file converter</description>
3 <command interpreter="perl">alchemy2matrix.pl $input $output</command>
4 <inputs>
5 <param format="tabular" name="input" type="data" label="Source file"/>
6 </inputs>
7 <outputs>
8 <data format="tabular" name="output" />
9 </outputs>
10
11 <tests>
12 <test>
13 <param name="input" value="raw_data.txt"/>
14 <output name="out_file1" file="output.txt"/>
15 </test>
16 </tests>
17
18 <help>
19 This tool converts an alchemy-output file format to a SNP matrix format.
20 </help>
21
22 </tool>