summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-22 11:34:52 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-22 11:34:52 +0200
commit792c43ea83d617db8b816db05c25f1d8e0d93339 (patch)
tree621699e74e0361533869e98487ed9a760d95fb15
parent341d0912e351082b589acc89ea2fcf1fd162d459 (diff)
Fixed fminer.rb count
-rw-r--r--fminer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fminer.rb b/fminer.rb
index 3280776..e7a6d4f 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -196,7 +196,7 @@ post '/fminer/bbrc/?' do
if params[:nr_hits] == "true"
feature_dataset.add(fminer.compounds[id], feature_uri, count)
else
- feature_dataset.add(fminer.compounds[id], feature_uri, true)
+ feature_dataset.add(fminer.compounds[id], feature_uri, 1)
end
}
end