What happened with KEGG

조회 수: 9 (최근 30일)
Arsen Arakelyan
Arsen Arakelyan 2013년 2월 2일
답변: Paola Favaretto 2015년 4월 9일
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

채택된 답변

Jurijs
Jurijs 2013년 2월 11일
kegg wsdl doesnt work anymore. use rest service
  댓글 수: 1
Arsen Arakelyan
Arsen Arakelyan 2013년 2월 12일
Thanks for answering Jurijs.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

gu
gu 2013년 5월 3일
편집: gu 2013년 5월 3일
Can you explain more in detail and how to change the 'http://soap.genome.jp/KEGG.wsdl'
  댓글 수: 1
Fatma
Fatma 2015년 2월 16일
replace the word soap in the URL with the word rest This is for future users

댓글을 달려면 로그인하십시오.


Paola Favaretto
Paola Favaretto 2015년 4월 9일
Have you looked at the following example in the Bioinformatics Toolbox documentation:
It shows how to access KEGG using the REST-style API.
-Paola

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by