in progress...
authorcmzmasek <chris.zma@outlook.com>
Tue, 21 Feb 2017 05:57:17 +0000 (21:57 -0800)
committercmzmasek <chris.zma@outlook.com>
Tue, 21 Feb 2017 05:57:17 +0000 (21:57 -0800)
forester/ruby/evoruby/lib/evo/io/parser/hmmscan_domain_extractor.rb
forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb

index 5531c14..fc70c0d 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright::    Copyright (C) 2017 Christian M. Zmasek
 # License::      GNU Lesser General Public License (LGPL)
 #
-# Last modified: 2017/02/16
+# Last modified: 2017/02/20
 
 require 'lib/evo/util/constants'
 require 'lib/evo/msa/msa_factory'
index e7d9865..5448f4a 100644 (file)
@@ -15,7 +15,7 @@ module Evoruby
     PRG_NAME       = "dsx"
     PRG_VERSION    = "2.002"
     PRG_DESC       = "Extraction of domain sequences from hmmscan output"
-    PRG_DATE       = "20170214"
+    PRG_DATE       = "20170220"
     WWW            = "https://sites.google.com/site/cmzmasek/home/software/forester"
 
     E_VALUE_THRESHOLD_DEFAULT = 0.1