Skip to content

Commit

Permalink
Merge pull request #1 from Gebbi8/master
Browse files Browse the repository at this point in the history
include SBGN support into BiVeS webapp
  • Loading branch information
binfalse committed Mar 20, 2017
2 parents 8842393 + 7cdfa5f commit 30bd94d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file modified Dockerfile 100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>de.unirostock.sems</groupId>
<artifactId>BiVeS-WebApp</artifactId>
<packaging>war</packaging>
<version>1.6.6</version>
<version>1.7.0</version>
<name>BiVeS-WebApp</name>
<url>http://sems.uni-rostock.de/projects/bives/</url>
<developers>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>de.unirostock.sems</groupId>
<artifactId>BiVeS</artifactId>
<version>1.9.2</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>de.binfalse</groupId>
Expand Down
Expand Up @@ -61,6 +61,7 @@ public WebQueryExecuter ()
// we don't want to use local files.
FileRetriever.FIND_LOCAL = false;
exe = new Executer ();
LOGGER.setLevel(LOGGER.INFO);
}


Expand Down Expand Up @@ -213,6 +214,7 @@ else if (
o.getLongOpt ().equals (Executer.REQ_WANT_REACTIONS_DOT2) ||
o.getLongOpt ().equals (Executer.REQ_WANT_REACTIONS_GRAPHML2) ||
o.getLongOpt ().equals (Executer.REQ_WANT_REACTIONS_JSON2) ||
o.getLongOpt ().equals (Executer.REQ_WANT_REACTIONS_SBGN_JSON) ||
o.getLongOpt ().equals (Executer.REQ_WANT_COMP_HIERARCHY_DOT) ||
o.getLongOpt ().equals (Executer.REQ_WANT_COMP_HIERARCHY_GRAPHML) ||
o.getLongOpt ().equals (Executer.REQ_WANT_COMP_HIERARCHY_JSON) ||
Expand Down

0 comments on commit 30bd94d

Please sign in to comment.