comparison rapsodyn/CreateMatrixMultiple.xml @ 10:0a6c1cfe4dc8 draft

Uploaded
author mcharles
date Mon, 19 Jan 2015 04:33:21 -0500
parents
children
comparison
equal deleted inserted replaced
9:0e7c6fe60646 10:0a6c1cfe4dc8
1 <tool id="CreateMatrixMultiple" name="CreateMatrixMultiple" version="1.00">
2 <description>Create Global Genotyping Matrix</description>
3 <command interpreter="perl">
4 CreateMatrixMultiple.pl -input_matrix_files $input_matrix_files > $output_file
5 </command>
6 <inputs>
7 <param name="input_matrix_files" type="data" format="txt" multiple="true" label="Select suitable MATRIX files from your history"/>
8 </inputs>
9 <outputs>
10 <data name="output_file" format="txt" label="GLOBAL MATRIX on ${on_string}" />
11 </outputs>
12
13 <help>
14
15
16
17 </help>
18 </tool>