Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
-Heatmap fixed.
-UTRL Analysis fixed.
-Diversity Labels fixed.
-GO annotation has been updated (October 10 2020).
  • Loading branch information
psalguerog committed Oct 13, 2020
1 parent 495972c commit 1731283
Show file tree
Hide file tree
Showing 5 changed files with 17,068 additions and 17,273 deletions.
2 changes: 1 addition & 1 deletion Tappas.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Tappas extends Application {
public static final String APP_NAME = "tappas";
public static final int APP_MAJOR_VER = 1;
public static final int APP_MINOR_VER = 0;
public static final int APP_STRREV = 3;
public static final int APP_STRREV = 4;
public static final String RES_VER_FILE = "resource_v" + APP_MAJOR_VER + "." + APP_MINOR_VER + "." + APP_STRREV + ".txt";
public static final String APP_LOCK_FILE = ".tappas.lock.prm";
public static final String APP_PORT_PARAM = "port";
Expand Down
Loading

0 comments on commit 1731283

Please sign in to comment.