Mercurial > repos > mcharles > rapsosnp
annotate rapsodyn/CreateMatrixMultiple.xml @ 14:93e6f2af1ce2 draft
Uploaded
author | mcharles |
---|---|
date | Mon, 26 Jan 2015 18:10:52 -0500 |
parents | 0a6c1cfe4dc8 |
children |
rev | line source |
---|---|
10 | 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> |