comparison butina_clustering.xml @ 7:0d88631bb7de draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/chemfp commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author bgruening
date Tue, 07 May 2019 13:32:50 -0400
parents 70b071de9bee
children 92c7cdc243e8
comparison
equal deleted inserted replaced
6:e3a7d6cc87af 7:0d88631bb7de
1 <tool id="ctb_chemfp_butina_clustering" name="Taylor-Butina Clustering" version="0.2"> 1 <tool id="ctb_chemfp_butina_clustering" name="Taylor-Butina clustering" version="1.5">
2 <description>of molecular fingerprints</description> 2 <description>of molecular fingerprints</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.1p1">chemfp</requirement> 4 <requirement type="package" version="1.5">chemfp</requirement>
5 <requirement type="package" version="2.4.1">openbabel</requirement> 5 <requirement type="package" version="2.4.1">openbabel</requirement>
6 </requirements> 6 </requirements>
7 <command detect_errors="exit_code"> 7 <command detect_errors="exit_code">
8 <![CDATA[ 8 <![CDATA[
9 python '$__tool_directory__/butina_clustering.py' 9 python '$__tool_directory__/butina_clustering.py'
12 -o '$outfile' 12 -o '$outfile'
13 -p \${GALAXY_SLOTS:-1} 13 -p \${GALAXY_SLOTS:-1}
14 ]]> 14 ]]>
15 </command> 15 </command>
16 <inputs> 16 <inputs>
17 <param name="infile" type="data" format="fps" label="Finperprint dataset" help="Dataset missing? See TIP below"/> 17 <param name="infile" type="data" format="fps" label="Fingerprint dataset" help="Dataset missing? See TIP below"/>
18 <param name='threshold' type='float' value='0.8'/> 18 <param name='threshold' type='float' label='Threshold' value='0.8'/>
19 </inputs> 19 </inputs>
20 <outputs> 20 <outputs>
21 <data format="tabular" name="outfile"/> 21 <data format="tabular" name="outfile"/>
22 </outputs> 22 </outputs>
23 <tests> 23 <tests>
33 33
34 .. class:: infomark 34 .. class:: infomark
35 35
36 **What this tool does** 36 **What this tool does**
37 37
38 Unsupervised non-hierarchical clustering method based on the Taylor-Butina algorithm, which guarantees that every cluster contains molecules which are within a distance cutoff of the central molecule. This tool is based on the chemfp_ project. 38 Unsupervised non-hierarchical clustering of molecular fingerprints, based on the Taylor-Butina algorithm, which guarantees that every cluster contains molecules which are within a distance cutoff of the central molecule. This tool is based on the chemfp_ project.
39 39
40 .. _chemfp: http://chemfp.com/ 40 .. _chemfp: http://chemfp.com/
41 41
42 ----- 42 -----
43 43
87 87
88 ]]> 88 ]]>
89 </help> 89 </help>
90 <citations> 90 <citations>
91 <citation type="doi">10.1186/1758-2946-5-S1-P36</citation> 91 <citation type="doi">10.1186/1758-2946-5-S1-P36</citation>
92 <citation type="doi">10.1021/ci9803381</citation>
92 </citations> 93 </citations>
93 </tool> 94 </tool>