annotate galaxy_stubs/ExtractClustersFromWardTree.xml @ 2:605370bc1def draft default tip

Uploaded
author luis
date Tue, 12 Jul 2016 12:33:33 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
605370bc1def Uploaded
luis
parents:
diff changeset
1 <?xml version='1.0' encoding='UTF-8'?>
605370bc1def Uploaded
luis
parents:
diff changeset
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
605370bc1def Uploaded
luis
parents:
diff changeset
3 <!--Proposed Tool Section: [Docking]-->
605370bc1def Uploaded
luis
parents:
diff changeset
4 <tool id="ExtractClustersFromWardTree" name="ExtractClustersFromWardTree" version="1.1.0">
605370bc1def Uploaded
luis
parents:
diff changeset
5 <description>extracts docking clusters </description>
605370bc1def Uploaded
luis
parents:
diff changeset
6 <macros>
605370bc1def Uploaded
luis
parents:
diff changeset
7 <token name="@EXECUTABLE@">ExtractClustersFromWardTree</token>
605370bc1def Uploaded
luis
parents:
diff changeset
8 <import>macros.xml</import>
605370bc1def Uploaded
luis
parents:
diff changeset
9 </macros>
605370bc1def Uploaded
luis
parents:
diff changeset
10 <expand macro="stdio"/>
605370bc1def Uploaded
luis
parents:
diff changeset
11 <expand macro="requirements"/>
605370bc1def Uploaded
luis
parents:
diff changeset
12 <command>ExtractClustersFromWardTree
605370bc1def Uploaded
luis
parents:
diff changeset
13
605370bc1def Uploaded
luis
parents:
diff changeset
14 #if $param_i:
605370bc1def Uploaded
luis
parents:
diff changeset
15 -i $param_i
605370bc1def Uploaded
luis
parents:
diff changeset
16 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
17 #if $param_i_type:
605370bc1def Uploaded
luis
parents:
diff changeset
18 -i_type "$param_i_type"
605370bc1def Uploaded
luis
parents:
diff changeset
19 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
20 #if $param_o_out:
605370bc1def Uploaded
luis
parents:
diff changeset
21 -o_out $param_o_out
605370bc1def Uploaded
luis
parents:
diff changeset
22 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
23 #if $param_o_type:
605370bc1def Uploaded
luis
parents:
diff changeset
24 -o_type
605370bc1def Uploaded
luis
parents:
diff changeset
25 #if " " in str($param_o_type):
605370bc1def Uploaded
luis
parents:
diff changeset
26 "$param_o_type"
605370bc1def Uploaded
luis
parents:
diff changeset
27 #else
605370bc1def Uploaded
luis
parents:
diff changeset
28 $param_o_type
605370bc1def Uploaded
luis
parents:
diff changeset
29 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
30 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
31 #if $param_cutoff_type:
605370bc1def Uploaded
luis
parents:
diff changeset
32 -cutoff_type
605370bc1def Uploaded
luis
parents:
diff changeset
33 #if " " in str($param_cutoff_type):
605370bc1def Uploaded
luis
parents:
diff changeset
34 "$param_cutoff_type"
605370bc1def Uploaded
luis
parents:
diff changeset
35 #else
605370bc1def Uploaded
luis
parents:
diff changeset
36 $param_cutoff_type
605370bc1def Uploaded
luis
parents:
diff changeset
37 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
38 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
39 #if $param_cut_value:
605370bc1def Uploaded
luis
parents:
diff changeset
40 -cut_value $param_cut_value
605370bc1def Uploaded
luis
parents:
diff changeset
41 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
42 #if $param_min_size:
605370bc1def Uploaded
luis
parents:
diff changeset
43 -min_size $param_min_size
605370bc1def Uploaded
luis
parents:
diff changeset
44 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
45 </command>
605370bc1def Uploaded
luis
parents:
diff changeset
46 <inputs>
605370bc1def Uploaded
luis
parents:
diff changeset
47 <param name="param_i" type="data" format="dat" optional="False" value="&lt;class 'CTDopts.CTDopts._Null'&gt;" label="input serialized cluster file" help="(-i) "/>
605370bc1def Uploaded
luis
parents:
diff changeset
48 <param name="param_i_type" type="text" size="30" value="binary" label="input type (binary, text)" help="(-i_type) ">
605370bc1def Uploaded
luis
parents:
diff changeset
49 <sanitizer>
605370bc1def Uploaded
luis
parents:
diff changeset
50 <valid initial="string.printable">
605370bc1def Uploaded
luis
parents:
diff changeset
51 <remove value="'"/>
605370bc1def Uploaded
luis
parents:
diff changeset
52 <remove value="&quot;"/>
605370bc1def Uploaded
luis
parents:
diff changeset
53 </valid>
605370bc1def Uploaded
luis
parents:
diff changeset
54 </sanitizer>
605370bc1def Uploaded
luis
parents:
diff changeset
55 </param>
605370bc1def Uploaded
luis
parents:
diff changeset
56 <param name="param_o_type" type="select" optional="True" value="index_list" label="output type (gv, json, index_list)" help="(-o_type) ">
605370bc1def Uploaded
luis
parents:
diff changeset
57 <option value="gv">gv</option>
605370bc1def Uploaded
luis
parents:
diff changeset
58 <option value=" json"> json</option>
605370bc1def Uploaded
luis
parents:
diff changeset
59 <option value=" index_list"> index_list</option>
605370bc1def Uploaded
luis
parents:
diff changeset
60 </param>
605370bc1def Uploaded
luis
parents:
diff changeset
61 <param name="param_cutoff_type" type="select" optional="True" value="ward_distance" label="cutoff type (ward_distance, num_clusters)" help="(-cutoff_type) ">
605370bc1def Uploaded
luis
parents:
diff changeset
62 <option value="ward_distance">ward_distance</option>
605370bc1def Uploaded
luis
parents:
diff changeset
63 <option value=" num_clusters"> num_clusters</option>
605370bc1def Uploaded
luis
parents:
diff changeset
64 </param>
605370bc1def Uploaded
luis
parents:
diff changeset
65 <param name="param_cut_value" type="float" min="0.0" max="10000.0" optional="True" value="5.0" label="cut value for splitting the given WART tree using the cutoff-type (default 5.0)" help="(-cut_value) "/>
605370bc1def Uploaded
luis
parents:
diff changeset
66 <param name="param_min_size" type="integer" min="1" max="10000" optional="True" value="1" label="minimal size of clusters (default 1)" help="(-min_size) "/>
605370bc1def Uploaded
luis
parents:
diff changeset
67 </inputs>
605370bc1def Uploaded
luis
parents:
diff changeset
68 <expand macro="advanced_options"/>
605370bc1def Uploaded
luis
parents:
diff changeset
69 <outputs>
605370bc1def Uploaded
luis
parents:
diff changeset
70 <data name="param_o_out" format="gv"/>
605370bc1def Uploaded
luis
parents:
diff changeset
71 </outputs>
605370bc1def Uploaded
luis
parents:
diff changeset
72 <help>This tool extracts clusters of docking poses given a dat file.
605370bc1def Uploaded
luis
parents:
diff changeset
73
605370bc1def Uploaded
luis
parents:
diff changeset
74 Parameters are the filename (-i) of the serialized cluster tree, the output filename (-o_out), the output type (-o_type). The optional parameter -i_type allows to switch between binary (default) and text file for the cluster tree input, parameter -min_size allows to filter for cluster of a minimal size, parameter -cutoff_type defines the way to cut the cluster tree (either by ward distance or by a target number of clusters) using paramter -cut_value.
605370bc1def Uploaded
luis
parents:
diff changeset
75
605370bc1def Uploaded
luis
parents:
diff changeset
76 Output of this tool is the extracted cluster tree, either as index list, as graph visualization (gv) input, or as json
605370bc1def Uploaded
luis
parents:
diff changeset
77
605370bc1def Uploaded
luis
parents:
diff changeset
78 </help>
605370bc1def Uploaded
luis
parents:
diff changeset
79 </tool>