Mercurial > repos > iuc > hivclustering
annotate hivclustering.xml @ 2:a30209d11e12 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit 52637bc31cb13292cd8b73dc8e253fb460c0ad1c
author | iuc |
---|---|
date | Sun, 15 Dec 2024 09:07:42 +0000 |
parents | a175c35ccdce |
children |
rev | line source |
---|---|
1
a175c35ccdce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
iuc
parents:
0
diff
changeset
|
1 <tool id="hivclustering" name="Make inferences" version="@TOOL_VERSION@.@VERSION_SUFFIX@" profile="@PROFILE@"> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
2 <description>on HIV-1 transmission networks using HIVClustering</description> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
3 <macros> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
5 </macros> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
8 hivnetworkcsv --input '$input' $cluster $multiple_edges $singletons $centralities |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
9 --threshold $threshold --exclude $exclude --triangles $triangles --format $format |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
10 #if $contamination.contaminants != 'ignore': |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
11 --contaminants $contamination.contaminants |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
12 --contaminant-file '$contamination.contaminant_file' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
13 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
14 #if $edges.edge_filtering != 'ignore': |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
15 --edge-filtering $edges.edge_filtering |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
16 --sequences '$sequences' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
17 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
18 #if $uds: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
19 --uds '$uds' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
20 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
21 #if $edi: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
22 --edi '$edi' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
23 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
24 #if $old_edi: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
25 --old_edi '$old_edi' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
26 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
27 #if $resistance: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
28 --resistance '$resistance' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
29 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
30 #if $attributes: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
31 --attributes '$attributes' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
32 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
33 #if $filter: |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
34 --filter '$filter' |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
35 #end if |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
36 --json > hivcluster.json |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
37 ]]> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
38 </command> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
39 <inputs> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
40 <param argument="--input" type="data" format="csv" multiple="True" label="Input file with inferred links"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
41 <conditional name="contamination"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
42 <param argument="--contaminants" type="select" label="How to treat contamination"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
43 <option value="ignore" selected="True">Do nothing</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
44 <option value="report">Report</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
45 <option value="remove">Remove</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
46 </param> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
47 <when value="ignore"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
48 <when value="report"> |
1
a175c35ccdce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
iuc
parents:
0
diff
changeset
|
49 <param argument="--contaminant-file" type="data" format="tabular" label="Input file with contaminant IDs"/> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
50 </when> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
51 <when value="remove"> |
1
a175c35ccdce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
iuc
parents:
0
diff
changeset
|
52 <param argument="--contaminant-file" type="data" format="tabular" label="Input file with contaminant IDs"/> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
53 </when> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
54 </conditional> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
55 <conditional name="edges"> |
1
a175c35ccdce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
iuc
parents:
0
diff
changeset
|
56 <param argument="--edge-filtering" type="select" label="Compute edge support and mark edges"> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
57 <option value="ignore" selected="True">Do not mark</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
58 <option value="report">For display</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
59 <option value="remove">For removal</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
60 </param> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
61 <when value="ignore"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
62 <when value="report"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
63 <param argument="--sequences" type="data" format="fasta" multiple="True" label="Input multi-sequence alignment"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
64 </when> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
65 <when value="remove"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
66 <param argument="--sequences" type="data" format="fasta" multiple="True" label="Input multi-sequence alignment"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
67 </when> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
68 </conditional> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
69 <param argument="--uds" type="data" format="csv" optional="True" label="Input file with UDS data"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
70 <param argument="--edi" type="data" format="json" optional="True" label="Input JSON with clinical information"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
71 <param argument="--old_edi" type="data" format="csv" optional="True" label="Legacy EDI dates in CSV format"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
72 <param argument="--resistance" type="data" format="csv" optional="True" label="Resistance annotation in JSON format"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
73 <param argument="--attributes" type="data" format="csv" optional="True" label="Input CSV with node attributes"/> |
2
a30209d11e12
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit 52637bc31cb13292cd8b73dc8e253fb460c0ad1c
iuc
parents:
1
diff
changeset
|
74 <param argument="--filter" type="data" format="txt" optional="True" label="File with IDs to cluster, one per line"/> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
75 <param argument="--format" type="select" label="Sequence ID format"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
76 <option value="AEH">AEH</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
77 <option value="LANL">LANL</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
78 <option value="plain">plain</option> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
79 </param> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
80 <param argument="--cluster" type="boolean" truevalue="--cluster hivcluster.csv" falsevalue="" label="Output a CSV file with cluster assignments for each sequence"/> |
1
a175c35ccdce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hivclustering/ commit fb9914c1e5dc3555b3d57926259d76dd9a624039
iuc
parents:
0
diff
changeset
|
81 <param argument="--multiple-edges" type="boolean" truevalue="--multiple-edges" falsevalue="" label="Permit multiple edges to link the same pair of nodes in the network"/> |
0
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
82 <param argument="--singletons" type="boolean" truevalue="--singletons" falsevalue="" label="Include singletons in output"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
83 <param argument="--centralities" type="boolean" truevalue="--centralities" falsevalue="" label="Output a CSV file with node centralities"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
84 <param argument="--threshold" type="float" value="0.015" label="Only count edges where the distance is less than this threshold"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
85 <param argument="--exclude" type="integer" value="1959" label="Only consider sequences isolated after this year"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
86 <param argument="--triangles" type="integer" value="65536" label="Maximum number of triangles to consider in each filtering pass"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
87 </inputs> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
88 <outputs> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
89 <data name="graph" from_work_dir="hivcluster.json" format="hivtrace"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
90 </outputs> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
91 <tests> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
92 <test> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
93 <param name="input" value="hivclustering-in1.csv" ftype="csv"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
94 <param name="format" value="plain"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
95 <param name="threshold" value="0.8"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
96 <output name="graph" ftype="hivtrace"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
97 <assert_contents> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
98 <has_text text="Cluster sizes"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
99 </assert_contents> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
100 </output> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
101 </test> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
102 <test> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
103 <param name="input" value="hivclustering-in2.csv" ftype="csv"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
104 <param name="format" value="plain"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
105 <param name="threshold" value="0.8"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
106 <output name="graph" ftype="hivtrace"> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
107 <assert_contents> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
108 <has_text text="Cluster sizes"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
109 </assert_contents> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
110 </output> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
111 </test> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
112 </tests> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
113 <help><![CDATA[ |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
114 HIVClustering |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
115 ------------- |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
116 |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
117 A python library that makes inferences on HIV-1 transmission networks. |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
118 ]]></help> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
119 <expand macro="citations"/> |
ef842bb94d1f
planemo upload for repository https://github.com/veg/hivclustering/ commit 7d666f963da2c5e3b17c313526cc6169f3242c3c
iuc
parents:
diff
changeset
|
120 </tool> |