summaryrefslogtreecommitdiff
path: root/smarts.rb
diff options
context:
space:
mode:
authorDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-18 16:13:37 +0200
committerDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2012-04-18 16:13:37 +0200
commit14a217967170df6655d150e2b2cba70dc88a44f2 (patch)
treecfd00d4adc2bd1ecd0837e97877d34523f80345b /smarts.rb
parent050fd7093fc8eb1a09afc67f381a411d9c124ca3 (diff)
parent8f747e0e917fb85395d7e355173ba96d72b8cafa (diff)
Merge branch 'pc_unified_from_jl' into development
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