summaryrefslogtreecommitdiff
path: root/fminer.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-02-21 16:24:33 +0100
committerAndreas Maunz <andreas@maunz.de>2012-02-21 16:24:33 +0100
commit98bf7a075d298058ad4f44ce3a821e355f99ea7c (patch)
tree89a87393da98bae6cea8e1ee96cf8aff00e79b92 /fminer.rb
parent1eaa63419dd82b339d0f08230bbbe1c0ab2dfb7d (diff)
parent76b19ad4944cea2ed3c357f81c60a5195bdf8e5a (diff)
Merge branch 'development' of github.com:opentox/algorithm into development
Diffstat (limited to 'fminer.rb')
-rw-r--r--fminer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/fminer.rb b/fminer.rb
index 10823fd..95ce469 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -30,7 +30,7 @@ get "/fminer/bbrc/?" do
DC.title => 'fminer backbone refinement class representatives',
DC.creator => "andreas@maunz.de, helma@in-silico.ch",
DC.contributor => "vorgrimmlerdavid@gmx.de",
- BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_bbrc",
+# BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_bbrc",
RDF.type => [OT.Algorithm,OTA.PatternMiningSupervised],
OT.parameters => [
{ DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" },
@@ -62,7 +62,7 @@ get "/fminer/last/?" do
DC.title => 'fminer latent structure class representatives',
DC.creator => "andreas@maunz.de, helma@in-silico.ch",
DC.contributor => "vorgrimmlerdavid@gmx.de",
- BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_last",
+# BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_last",
RDF.type => [OT.Algorithm,OTA.PatternMiningSupervised],
OT.parameters => [
{ DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" },