[OTDev] NTUA WebServices

Nina Jeliazkova jeliazkova.nina at gmail.com
Mon Aug 16 17:27:03 CEST 2010


On Mon, Aug 16, 2010 at 6:20 PM, Christoph Helma <helma at in-silico.ch> wrote:
> Excerpts from Nina Jeliazkova's message of Mon Aug 16 16:33:30 +0200 2010:
>> Christoph,
>>
>> AFAIK there are no descriptor calculation services at NTUA, the ones
>> available are at TUM and ours at
>>
>> http://apps.ideaconsult.net:8080/ambit2/algorithm
>> or
>> http://ambit.uni-plovdiv.bg:8080/ambit2/algorithm
>>
>> You might find useful the superservice at
>> http://apps.ideaconsult.net:8080/ambit2/algorithm/superservice
>> or
>> http://ambit.uni-plovdiv.bg:8080/ambit2/algorithm/superservice
>>
>> If a model, requiring descriptors are submitted to the superservice,
>> it finds the descriptors , launches the calculations, if necessary and
>> only then launches model calculation.
>
> Thanks, looks like I will need the superservice. How does it work? By
> posting a dataset_uri and a algorithm_uri like:
>
> curl -X POST -d dataset_uri=$dataset_uri -d algorithm_uri=$algorithm_uri http://apps.ideaconsult.net:8080/ambit2/algorithm/superservice
>


Yes,  or directly a model for prediction (multiple algorithms and
models allowed)

curl -X POST -d dataset_uri=$dataset_uri -d model_uri=$model_uri
http://apps.ideaconsult.net:8080/ambit2/algorithm/superservice

Returns task URL.

Indeed I have to document it properly.

Regards,
Nina


> Best regards,
> Christoph
> _______________________________________________
> Development mailing list
> Development at opentox.org
> http://www.opentox.org/mailman/listinfo/development
>



More information about the Development mailing list