comparison CreateMatrix.xml @ 1:9e0251d2ecb5 draft

Uploaded
author jnavarro
date Thu, 26 Oct 2017 07:37:02 -0400
parents
children
comparison
equal deleted inserted replaced
0:e94977a3dcad 1:9e0251d2ecb5
1 <tool id="CreateMatrix" name="CreateMatrix" version="1.00">
2 <description>Create Genotyping Matrix</description>
3 <command interpreter="perl">
4 CreateMatrix.pl -input_name $input_name -input_pileup_file $input_pileup_file -input_variant_unique_file $input_variant_unique_file > $output_file
5 </command>
6 <inputs>
7 <param name="input_name" size="30" type="text" label="Genotype name"/>
8 <param name="input_pileup_file" type="data" format="pileup" label="Select suitable PILEUP files from your history"/>
9 <param name="input_variant_unique_file" type="data" format="pileup" label="Select suitable VARIANT UNIQUE files from your history"/>
10
11 </inputs>
12 <outputs>
13 <data name="output_file" format="txt" label="MATRIX on ${on_string}" />
14 </outputs>
15
16 <help>
17
18
19
20 </help>
21 </tool>