Skip to content

Commit

Permalink
Several bug fixes and improvements:
Browse files Browse the repository at this point in the history
* New version of JSBML with bug fix in compartment.
* New version of sysbio for improved logging.
* New identifiers.org resource in MIRIAM
* New command-line arguments for specifying flux coefficients and target
reaction identifiers
* Refactored parameters for the batch mode (internal class to handle all
the settings)
* Bug fix in logging in the SBMLFix class (former ModelFix).
  • Loading branch information
draeger committed Mar 4, 2016
1 parent 7884cfd commit a492a81
Show file tree
Hide file tree
Showing 9 changed files with 473 additions and 255 deletions.
Binary file not shown.
Binary file renamed lib/sysbio-1388.jar → lib/sysbio-1390.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<developer>
<email>andraeger@eng.ucsd.edu</email>
<name>Andreas Dräger</name>
<url>https://github.com/draeger</url>
<url>https://github.com/draeger/</url>
<id>draeger</id>
</developer>
</developers>
Expand All @@ -73,14 +73,14 @@
<!-- mvn install:install-file -Dfile=/path/to/jsbml.jar -DgroupId=org.sbml -DartifactId=JSBML -Dversion=REVISION_NUMBER -Dpackaging=jar -->
<groupId>org.sbml</groupId>
<artifactId>JSBML</artifactId>
<version>2472</version>
<version>2482</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- mvn install:install-file -Dfile=/path/to/sysbio.jar -DgroupId=de.zbit -DartifactId=SysBio -Dversion=REVISION_NUMBER -Dpackaging=jar -->
<groupId>de.zbit</groupId>
<artifactId>SysBio</artifactId>
<version>1388</version> <!-- SVN revision -->
<version>1390</version> <!-- SVN revision -->
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/edu/ucsd/sbrg/bigg/MIRIAM.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public enum MIRIAM {
* http://www.grenoble.prabi.fr/obiwarehouse/unipathway/ucr?upid=
* TODO What is the actual pattern? Using any character!
*/
unipathway_reaction(pairOf("http://www.grenoble.prabi.fr/obiwarehouse/unipathway/ucr?upid=", ".*")),
unipathway_reaction(pairOf(" http://identifiers.org/unipathway.reaction/", "^UCR\\d{5}$")),
/**
* UniPathway is a manually curated resource of enzyme-catalyzed and
* spontaneous chemical reactions. It provides a hierarchical representation
Expand Down
Loading

0 comments on commit a492a81

Please sign in to comment.