summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-10-30 10:10:13 +0100
committerrautenberg <rautenberg@in-silico.ch>2015-10-30 10:10:13 +0100
commita45b629f3e4aa68250f8e3157aa18cee3e2f020e (patch)
tree3731ce36bdb4007805df21632730325e6a7dc20a /api
parent9de297f2c3ea1c646017284e89b5389ed583ac0a (diff)
API: minor changes
Diffstat (limited to 'api')
-rw-r--r--api/api.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/api/api.json b/api/api.json
index 641c05e..1c79845 100644
--- a/api/api.json
+++ b/api/api.json
@@ -5,8 +5,9 @@
"version": "0.0.1",
"title": "Lazar REST Service",
"contact": {
- "name": "in silico toxicology",
- "email": "service@in-silico.ch"
+ "name": "in silico toxicology gmbh",
+ "email": "service@in-silico.ch",
+ "url": "www.in-silico.ch"
},
"license": {
"name": "GNU GENERAL PUBLIC LICENSE",
@@ -189,6 +190,7 @@
"algorithm",
"descriptor"
],
+ "summary": "Descriptor calculation",
"description": "Calculate descriptors for a single compound as SMILES string or a CSV compound file <br> <strong>curl example:</strong> <pre>curl -Lk -X POST -i -H \"accept:application/json\" -F \"file=@../lazar/test/data/batch_prediction.csv;type=application/csv\" -F \"descriptor=Openbabel.HBA1,Openbabel.HBA2,JoeLib.LogP\" https://mr-test.in-silico.ch/algorithm/descriptor curl -Lk -X POST -i -H \"accept:application/json\" -F \"identifier=O=C1NC(=O)NC=C1\" -F \"descriptor=Openbabel.MW,JoeLib.LogP\" https://mr-test.in-silico.ch/algorithm/descriptor </pre> CSV compound file has to be comma separated with SMILES strings in the first column.",
"parameters": [
{