Mercurial > repos > matnguyen > pathogist
comparison galaxy/tools/distance/distance.xml @ 1:c1b6f5fbbcad draft
Updated pathogist version
author | matnguyen |
---|---|
date | Fri, 01 Feb 2019 16:56:03 -0500 |
parents | |
children | a39471bf7d13 |
comparison
equal
deleted
inserted
replaced
0:6a73638d707c | 1:c1b6f5fbbcad |
---|---|
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.2.3">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> |