annotate fpocket.xml @ 3:4cc9d85c3bae draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
author bgruening
date Fri, 10 Sep 2021 08:20:08 +0000
parents 4fb73be7f4cb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4fb73be7f4cb "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 1
diff changeset
1 <tool id="fpocket" name="fpocket" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
2 <description>- find potential binding sites in protein structures</description>
2
4fb73be7f4cb "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 1
diff changeset
3 <macros>
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
4 <import>macros.xml</import>
2
4fb73be7f4cb "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 1
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
4fb73be7f4cb "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 1
diff changeset
6 </macros>
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
7 <expand macro="requirements" />
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
9
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
10 ln -s '$input' ./input.pdb &&
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
11 fpocket
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
12 -f ./input.pdb
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
13 #if $inp.pocket_type == 'channel':
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
14 --min_alpha_size 2.8 --max_alpha_size 5.5 --min_spheres_per_pocket 30
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
15 #elif $inp.pocket_type == 'external':
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
16 --min_alpha_size 3.5 --max_alpha_size 10 --min_spheres_per_pocket 30
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
17 #elif $inp.pocket_type == 'custom':
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
18 --min_alpha_size $inp.min
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
19 --max_alpha_size $inp.max
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
20 --min_spheres_per_pocket $inp.i
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
21 --clustering_distance $inp.D
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
22 --clustering_method $inp.C
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
23 --clustering_measure $inp.e
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
24 #end if
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
25
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
26 ]]></command>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
27 <inputs>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
28 <param name="input" type="data" format="pdb" label="Input file" help="Protein structure file (PDB) to search."/>
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
29 <expand macro="inputs" />
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
30 <param name="outputs" type="select" display="checkboxes" multiple="true" label="Output files">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
31 <option value="atoms" selected="true">PDB files containing the atoms in contact with each pocket</option>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
32 <option value="pock_verts">PQR files containing Voronoi vertices of each pocket</option>
1
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
33 <option value="alpha_pdb" selected="true">PDB file containing alpha spheres found</option>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
34 <option value="all_verts" selected="true">PQR file containing all Voronoi vertices found</option>
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
35 <option value="info" selected="true">Log file containing pocket properties</option>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
36 </param>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
37 </inputs>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
38
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
39 <outputs>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
40 <collection type="list" name="atoms_output" label="Atoms in contact with each pocket">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
41 <discover_datasets pattern="(?P&lt;designation&gt;^pocket\d+)_atm\.pdb$" directory="input_out/pockets" ext="pdb"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
42 <filter>"atoms" in outputs</filter>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
43 </collection>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
44 <collection type="list" name="pock_verts_output" label="Voronoi vertices of each pocket">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
45 <discover_datasets pattern="(?P&lt;designation&gt;^pocket\d+)_vert\.pqr$" directory="input_out/pockets" ext="pqr"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
46 <filter>"pock_verts" in outputs</filter>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
47 </collection>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
48 <data format="pqr" name="all_verts_output" label="All Voronoi vertices found" from_work_dir="input_out/input_pockets.pqr">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
49 <filter>"all_verts" in outputs</filter>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
50 </data>
1
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
51 <data format="pdb" name="alpha_pdb_output" label="PDB output with alpha spheres" from_work_dir="input_out/input_out.pdb">
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
52 <filter>"alpha_pdb" in outputs</filter>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
53 </data>
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
54 <data format="txt" name="info_output" label="Pocket properties" from_work_dir="input_out/input_info.txt">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
55 <filter>"info" in outputs</filter>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
56 </data>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
57 </outputs>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
58
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
59 <tests>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
60 <!-- lines_diff needed because volume estimates are calculated via a Monte Carlo method and vary with each run -->
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
61 <test>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
62 <param name="input" ftype="pdb" value="2brc.pdb"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
63 <param name='pocket_type' value='custom' />
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
64 <param name="min" value="1.0"/>
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
65 <param name="max" value="3.0"/>
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
66 <param name="i" value="20" />
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
67 <param name="D" value="2.0"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
68 <param name="C" value="c" />
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
69 <param name="e" value="b" />
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
70 <param name='outputs' value='pock_verts,all_verts' />
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
71 <output_collection name="pock_verts_output" type="list">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
72 <element name="pocket2" ftype="pqr" file="pocket2_vert.pqr" lines_diff="2"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
73 </output_collection>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
74 <output name="all_verts_output" ftype="pqr" file='custom_pockets.pqr'/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
75 </test>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
76 <test>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
77 <param name="input" ftype="pdb" value="2brc.pdb"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
78 <param name='pocket_type' value='small_mol' />
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
79 <output_collection name="atoms_output" type="list">
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
80 <element name="pocket1" ftype="pdb" file="pocket1_atm.pdb" lines_diff="2"/>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
81 </output_collection>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
82 <output name="info_output" ftype="txt" file='2brc_info.txt' lines_diff="20"/>
1
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
83 <output name="alpha_pdb_output" ftype="pdb">
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
84 <assert_contents>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
85 <has_text text="ATOM 1 N MET A 1"/>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
86 <has_text text="HETATM 6 APOL STP C "/>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
87 </assert_contents>
909c8763f127 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 51f8b6831c513a56bac5aae0d06c936ad6fa8ea8"
bgruening
parents: 0
diff changeset
88 </output>
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
89 </test>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
90 </tests>
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
91 <help><![CDATA[
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
92
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
93 Detect 'pockets' in a protein structure using the fpocket software. A potential use
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
94 of this tool is locating potential binding sites in a protein prior to performing
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
95 protein-ligand docking.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
96
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
97 To use, upload a protein structure in PDB format and select the type of pocket to
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
98 detect. 'Custom options' can also be selected - this exposes all internal fpocket
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
99 parameters. Using this option requires some knowledge of the fpocket prediction
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
100 algorithm. Please consult the cited publications for more details.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
101
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
102
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
103 -----
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
104
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
105 .. class:: infomark
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
106
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
107 **Input**
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
108
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
109 A protein structure in PDB format.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
110
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
111 -----
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
112
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
113 .. class:: infomark
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
114
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
115 **Output**
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
116
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
117 Some or all of the following files:
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
118
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
119 - A collection of PDB files, one for each pocket, each containing the atoms bordering the pocket.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
120 - A collection of PQR files, one for each pocket, each containing Voronoi vertices of the pocket.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
121 - A single PQR file containing all Voronoi vertices for all pockets.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
122 - A text file listing properties of all pockets detected.
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
123
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
124 ]]></help>
3
4cc9d85c3bae "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 06eccf2513b3394e79606f320e019be4793386b9"
bgruening
parents: 2
diff changeset
125 <expand macro="citations" />
0
2063e965531c "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/fpocket/ commit 3fd527d39458527d9ab82562db2d3d6af29f7f51"
bgruening
parents:
diff changeset
126 </tool>