From: cmzmasek Date: Tue, 21 Feb 2017 05:57:17 +0000 (-0800) Subject: in progress... X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=971d9105afd46581e56d4c0221500f47b3979496;p=jalview.git in progress... --- diff --git a/forester/ruby/evoruby/lib/evo/io/parser/hmmscan_domain_extractor.rb b/forester/ruby/evoruby/lib/evo/io/parser/hmmscan_domain_extractor.rb index 5531c14..fc70c0d 100644 --- a/forester/ruby/evoruby/lib/evo/io/parser/hmmscan_domain_extractor.rb +++ b/forester/ruby/evoruby/lib/evo/io/parser/hmmscan_domain_extractor.rb @@ -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' diff --git a/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb b/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb index e7d9865..5448f4a 100644 --- a/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb +++ b/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb @@ -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