summaryrefslogtreecommitdiff
path: root/smarts.rb
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-07-13 09:36:44 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-07-13 09:36:44 +0200
commit9d0d9642ac0514fabc936dd4c69af33a0360d1b7 (patch)
tree1dcee6f7878ba3f19f0e8b2ed0f418efdd8cb1b9 /smarts.rb
parent6dc3e7443093d6613d3db40eb610fc4d3da4988d (diff)
parentbc73e239d9bce83f008314415246802a9151ae3f (diff)
Merge branch 'release/v3.2.0'v4.0.0
Diffstat (limited to 'smarts.rb')
-rw-r--r--smarts.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/smarts.rb b/smarts.rb
deleted file mode 100644
index 4ae6949..0000000
--- a/smarts.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-get '/match/compound/*/smarts/*/?' do
- "#{OpenTox::Compound.from_inchi(params[:splat][0]).match?(params[:splat][1])}"
-end