summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-07-02 13:20:07 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-07-02 13:20:07 +0200
commit7033f642303601d007fe15115d9025466dffa190 (patch)
tree658202ec1042cea393e4fcbf1c4dfa9405647332
parent7a13da64cc35297f9c319647392a7aaa3b7b0053 (diff)
API: add descriptor get routes
-rw-r--r--api/algorithm.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/api/algorithm.json b/api/algorithm.json
index 998f0dc..d6ac2ed 100644
--- a/api/algorithm.json
+++ b/api/algorithm.json
@@ -533,6 +533,11 @@
"algorithm"
],
"description": "get representation of descriptor SMARTS matcher",
+ "parameters": [
+ {
+ "$ref": "#/parameters/accept_representation"
+ }
+ ],
"produces": [
"text/plain",
"application/rdf+xml",
@@ -561,6 +566,11 @@
"algorithm"
],
"description": "get representation of descriptor SMARTS count",
+ "parameters": [
+ {
+ "$ref": "#/parameters/accept_representation"
+ }
+ ],
"produces": [
"text/plain",
"application/rdf+xml",
@@ -589,6 +599,11 @@
"algorithm"
],
"description": "get representation of dataset lookup",
+ "parameters": [
+ {
+ "$ref": "#/parameters/accept_representation"
+ }
+ ],
"produces": [
"text/plain",
"application/rdf+xml",
@@ -617,6 +632,11 @@
"algorithm"
],
"description": "get representation of Physical-chemical descriptors",
+ "parameters": [
+ {
+ "$ref": "#/parameters/accept_representation"
+ }
+ ],
"produces": [
"text/plain",
"application/rdf+xml",