0
|
1 <tool id="distance" name="PathOGiST - Distance" version="1.0.0">
|
|
2 <description>: Construct distance matrix from genotyping data</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.0.1">pathogist</requirement>
|
|
5 </requirements>
|
|
6
|
|
7 <command><![CDATA[
|
|
8 PATHOGIST distance $genotyping $data_type matrix.tsv
|
|
9 ]]></command>
|
|
10
|
|
11 <inputs>
|
|
12 <param name="genotyping" type="data" format="tabular,txt" label="Calls"
|
|
13 help="File containing paths to signal calls"/>
|
|
14 <param name="data_type" type="select" label="Data Type">
|
|
15 <option value="MLST" selected="True">MLST</option>
|
|
16 <option value="SNP">SNP</option>
|
|
17 <option value="CNV">CNV</option>
|
|
18 </param>
|
|
19 </inputs>
|
|
20
|
|
21 <outputs>
|
|
22 <data name="matrix" label="Distance matrix of ${on_string}" format="tabular" from_work_dir="matrix.tsv"/>
|
|
23 </outputs>
|
|
24
|
|
25 <help>
|
|
26
|
|
27 </help>
|
|
28
|
|
29 <citations>
|
|
30
|
|
31 </citations>
|
|
32 </tool>
|