From a45b629f3e4aa68250f8e3157aa18cee3e2f020e Mon Sep 17 00:00:00 2001 From: rautenberg Date: Fri, 30 Oct 2015 10:10:13 +0100 Subject: API: minor changes --- api/api.json | 6 ++++-- 1 file 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
curl example:
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 
CSV compound file has to be comma separated with SMILES strings in the first column.", "parameters": [ { -- cgit v1.2.3