Previous changeset 2:cabe6c55780a (2017-10-26) |
Commit message:
Uploaded |
added:
CreateMatrixMultiple.xml |
b |
diff -r cabe6c55780a -r 0354759bf0ce CreateMatrixMultiple.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CreateMatrixMultiple.xml Thu Oct 26 07:37:25 2017 -0400 |
b |
@@ -0,0 +1,18 @@ +<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> |