Mercurial > repos > mcharles > rapsosnp
view rapsodyn/CreateMatrixMultiple.xml @ 14:93e6f2af1ce2 draft
Uploaded
author | mcharles |
---|---|
date | Mon, 26 Jan 2015 18:10:52 -0500 |
parents | 0a6c1cfe4dc8 |
children |
line wrap: on
line source
<tool id="CreateMatrixMultiple" name="CreateMatrixMultiple" version="1.00"> <description>Create Global Genotyping Matrix</description> <command interpreter="perl"> CreateMatrixMultiple.pl -input_matrix_files $input_matrix_files > $output_file </command> <inputs> <param name="input_matrix_files" type="data" format="txt" multiple="true" label="Select suitable MATRIX files from your history"/> </inputs> <outputs> <data name="output_file" format="txt" label="GLOBAL MATRIX on ${on_string}" /> </outputs> <help> </help> </tool>