From: cmzmasek Date: Thu, 8 May 2014 18:57:33 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=35691615541bd77a757568ce4628f8fcfcb03055;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/application/msa_compactor.java b/forester/java/src/org/forester/application/msa_compactor.java index 2ef806f..19d5caf 100644 --- a/forester/java/src/org/forester/application/msa_compactor.java +++ b/forester/java/src/org/forester/application/msa_compactor.java @@ -73,8 +73,8 @@ public class msa_compactor { final static private String DO_NOT_NORMALIZE_FOR_EFF_LENGTH_OPTION = "nn"; final static private String PRG_NAME = "msa_compactor"; final static private String PRG_DESC = "multiple sequence aligment compactor"; - final static private String PRG_VERSION = "0.2"; - final static private String PRG_DATE = "140428"; + final static private String PRG_VERSION = "0.3"; + final static private String PRG_DATE = "140508"; final static private String E_MAIL = "czmasek@sanfordburham.org"; final static private String WWW = "https://sites.google.com/site/cmzmasek/home/software/forester";