Mercurial > repos > jnavarro > creatematrix
changeset 1:9e0251d2ecb5 draft
Uploaded
author | jnavarro |
---|---|
date | Thu, 26 Oct 2017 07:37:02 -0400 |
parents | e94977a3dcad |
children | cabe6c55780a |
files | CreateMatrix.xml |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CreateMatrix.xml Thu Oct 26 07:37:02 2017 -0400 @@ -0,0 +1,21 @@ +<tool id="CreateMatrix" name="CreateMatrix" version="1.00"> +<description>Create Genotyping Matrix</description> +<command interpreter="perl"> + CreateMatrix.pl -input_name $input_name -input_pileup_file $input_pileup_file -input_variant_unique_file $input_variant_unique_file > $output_file +</command> +<inputs> + <param name="input_name" size="30" type="text" label="Genotype name"/> + <param name="input_pileup_file" type="data" format="pileup" label="Select suitable PILEUP files from your history"/> + <param name="input_variant_unique_file" type="data" format="pileup" label="Select suitable VARIANT UNIQUE files from your history"/> + +</inputs> +<outputs> + <data name="output_file" format="txt" label="MATRIX on ${on_string}" /> +</outputs> + +<help> + + + +</help> +</tool>