Mercurial > repos > jnavarro > creatematrix
annotate CreateMatrixMultiple.xml @ 3:0354759bf0ce draft default tip
Uploaded
| author | jnavarro |
|---|---|
| date | Thu, 26 Oct 2017 07:37:25 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 3 | 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> |
