What happened with KEGG
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Arsen Arakelyan
am 2 Feb. 2013
Beantwortet: Paola Favaretto
am 9 Apr. 2015
Hi I'm trying to connect to KEGG with
wsdlURL = 'http://soap.genome.jp/KEGG.wsdl'; className = createClassFromWsdl(wsdlURL);
commands, but get error
Error using urlread (line 111) Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in createClassFromWsdl>parseWsdl (line 54) downloadedData = urlread(wsdl);
Error in createClassFromWsdl (line 32) [R, schema] = parseWsdl(wsdlUrl);
No proxies, url works fine with other addresses.
Any ideas?
Thanks
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Paola Favaretto
am 9 Apr. 2015
Have you looked at the following example in the Bioinformatics Toolbox documentation:
It shows how to access KEGG using the REST-style API.
-Paola
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!