Skip to content

Commit

Permalink
The KEGG API has been switched from a SOAP to a REST interface on 201…
Browse files Browse the repository at this point in the history
…3-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.
  • Loading branch information
Clemens82 committed Jan 9, 2013
1 parent 832138c commit e46d03f
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 6,552 deletions.
2 changes: 0 additions & 2 deletions dist/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
</fileset>
<zipfileset excludes="META-INF/*.SF" src="${base}/lib/y.jar"/>
<!-- <zipfileset excludes="META-INF/*.SF" src="${base}/lib/HotEqn.jar"/> -->
<zipfileset excludes="META-INF/*.SF" src="${base}/lib/keggapi.jar"/>
<!-- <zipfileset excludes="META-INF/*.SF" src="${base}/lib/stax-api-1.0.1.jar"/> -->

<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"/>
Expand All @@ -105,7 +104,6 @@
<zipfileset excludes="META-INF/*" src="${SysBioPath}/lib/commons-discovery.jar"/>
<zipfileset excludes="META-INF/*" src="${SysBioPath}/lib/commons-logging.jar"/>
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/jaxrpc.jar"/>
<!-- <zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/keggapi.jar"/> -->
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/wsdl4j.jar"/>
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/axis.jar"/>
<zipfileset excludes="META-INF/*.SF" src="${SysBioPath}/lib/sysbio-osx-support.jar"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e46d03f

Please sign in to comment.