Mercurial > repos > mcharles > rapsosnp
view rapsodyn/CreateMatrixMultiple.xml @ 15:56d328bce3a7 draft default tip
Uploaded
author | mcharles |
---|---|
date | Thu, 29 Jan 2015 08:54:06 -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>