Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
renamed model and added CS nn withour chembl
  • Loading branch information
olas committed May 21, 2012
1 parent 1c4a086 commit b45d01b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions plugins/net.bioclipse.ds.chemspider/plugin.xml
Expand Up @@ -8,19 +8,26 @@
id="net.bioclipse.ds.chemspider"
description="Chemspider lookup"
icon="icons/cs-icon.png"
name="Chemspider+ChEMBL">
name="Chemspider">
</endpoint>

<test
id="chemspider.nearest"
name="Chemspider nearest neighbour"
name="Nearest neighbours"
endpoint="net.bioclipse.ds.chemspider"
class="net.bioclipse.ds.chemspider.SimilaritySearchModel"
consensus="net.bioclipse.ds.consensus.majority.emptyinconclusive">

<parameter name="distance.tanimoto" value="0.8" />

</test>
<test
id="chemspider.nearest.chembl"
name="Nearest neighbours in ChEMBL"
endpoint="net.bioclipse.ds.chemspider"
class="net.bioclipse.ds.chemspider.SimilaritySearchChEMBLModel"
consensus="net.bioclipse.ds.consensus.majority.emptyinconclusive">
<parameter name="distance.tanimoto" value="0.8" />
</test>

</extension>

</plugin>

0 comments on commit b45d01b

Please sign in to comment.