[OTDev] First version of reach reporting service available

Martin Guetlein martin.guetlein at googlemail.com
Thu Aug 19 11:58:46 CEST 2010


Hello All,

the first version of the qmrf report service is available. See below for
example curl calls. More functionality and a better documentation on the
opentox-webpage will be available soon.

I would be happy if you could give it a try (with your own model /
qmrf-report) and give some feedback to me.

Best regards,
Martin


create new qmrf-report from model:
--------------------------------------------------
curl -X POST -d model_uri=http://apps.ideaconsult.net:8080/ambit2/model/33
http://opentox.informatik.uni-freiburg.de/validation/reach_report/QMRF
(The content is very sparse yet, will be extended soon)


alternatively, create new qmrf-report from file:
-----------------------------------------------------------------
curl -X POST -T QMRF_v1.2_FishTox.xml
http://opentox.informatik.uni-freiburg.de/validation/reach_report/QMRF
(file is available at http://ecb.jrc.ec.europa.eu/qsar/qsar-tools/qrf)


get report as qmrf-xml:
--------------------------------
curl -H "accept:application/qmrf-xml"
http://opentox.informatik.uni-freiburg.de/validation/reach_report/QMRF/3
(This format can be edited with the qmrf editor at
http://ambit.sourceforge.net/qmrf/jws/qmrfeditor.jnlp)


update changes (made with editor) to report at web service:
-----------------------------------------------------------------------------------
curl -X POST -T QMRF_v1.2_FishTox.xml
http://opentox.informatik.uni-freiburg.de/validation/reach_report/QMRF/3


-- 
Dipl-Inf. Martin Gütlein
Phone:
+49 (0)761 203 8442 (office)
+49 (0)177 623 9499 (mobile)
Email:
guetlein at informatik.uni-freiburg.de



More information about the Development mailing list