Skip to content

Commit e46d03f

Browse files
committed
The KEGG API has been switched from a SOAP to a REST interface on 2013-01-01. On this day, all applications that use KEGG (KEGGtranslator, InCroMAP, SBVC, BioPAX2SBML, etc.) stopped working.
This commit fixes this issue and changes the access to KEGG to a REST interface that should resolve the issue. Please be aware that only 10 KEGG identifiers can now be fetched simultaneously (previously: 100). Thus, all applications that fetch a lot of information from KEGG are 10 times slower now.
1 parent 832138c commit e46d03f

30 files changed

+6
-6552
lines changed

dist/build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
</fileset>
8484
<zipfileset excludes="META-INF/*.SF" src="${base}/lib/y.jar"/>
8585
<!-- <zipfileset excludes="META-INF/*.SF" src="${base}/lib/HotEqn.jar"/> -->
86-
<zipfileset excludes="META-INF/*.SF" src="${base}/lib/keggapi.jar"/>
8786
<!-- <zipfileset excludes="META-INF/*.SF" src="${base}/lib/stax-api-1.0.1.jar"/> -->
8887

8988
<zipfileset excludes="overview.html,META-INF/**/*,org/apache/commons/logging/**/*,javax/xml/namespace/QName.class,org/apache/log4j/**/*" src="${base}/lib/paxtools-4.1.1_customJenaFix.jar"/>
@@ -105,7 +104,6 @@
105104
<zipfileset excludes="META-INF/*" src="${SysBioPath}/lib/commons-discovery.jar"/>
106105
<zipfileset excludes="META-INF/*" src="${SysBioPath}/lib/commons-logging.jar"/>
107106
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/jaxrpc.jar"/>
108-
<!-- <zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/keggapi.jar"/> -->
109107
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/wsdl4j.jar"/>
110108
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/axis.jar"/>
111109
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/sysbio-osx-support.jar"/>
-72 KB
Binary file not shown.
-69.4 KB
Binary file not shown.
-352 KB
Binary file not shown.

doc/publications/2010-06 Method/2012-06 BMC/KEGGtranslator_method_bmc.tex

Lines changed: 0 additions & 783 deletions
This file was deleted.
-1.07 MB
Binary file not shown.
-469 KB
Binary file not shown.
-257 KB
Binary file not shown.
-207 KB
Binary file not shown.

0 commit comments

Comments
 (0)