annotate hivclustering.xml @ 3:8a6f3d2a2d23 draft default tip

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