back from the dead...
authorzma <zma@localhost>
Tue, 7 Feb 2017 07:06:35 +0000 (23:06 -0800)
committerzma <zma@localhost>
Tue, 7 Feb 2017 07:06:35 +0000 (23:06 -0800)
forester/ruby/evoruby/exe/tap.rb
forester/ruby/evoruby/lib/evo/io/parser/fasta_parser.rb
forester/ruby/evoruby/lib/evo/io/parser/general_msa_parser.rb
forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb
forester/ruby/evoruby/lib/evo/util/util.rb

index 33c66e0..6a69f79 100755 (executable)
@@ -5,8 +5,6 @@
 # Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
 # License::    GNU Lesser General Public License (LGPL)
 #
-# $Id: tap.rb,v 1.3 2008/08/28 17:09:06 cmzmasek Exp $
-#
 # last modified: 05/18/2007
 
 require 'lib/evo/tool/taxonomy_processor'
index e4c35d9..94c2193 100644 (file)
@@ -1,17 +1,15 @@
 #
 # = lib/evo/io/parser/fasta_parser - FastaParser class
 #
-# Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
+# Copyright::  Copyright (C) 20017 Christian M. Zmasek
 # License::    GNU Lesser General Public License (LGPL)
 #
-# $Id: fasta_parser.rb,v 1.11 2010/10/08 22:04:17 cmzmasek Exp $
-#
 # last modified: 05/17/2007
 
 require 'lib/evo/io/parser/msa_parser'
 require 'lib/evo/msa/msa'
 
-require 'iconv'
+#require 'iconv'
 
 module Evoruby
 
index 6a170e3..dbab203 100644 (file)
@@ -4,14 +4,12 @@
 # Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
 # License::    GNU Lesser General Public License (LGPL)
 #
-# $Id: general_msa_parser.rb,v 1.8 2009/10/08 22:44:54 cmzmasek Exp $
-#
 # last modified: 2009/10/08
 
 require 'lib/evo/io/parser/msa_parser'
 require 'lib/evo/msa/msa'
 
-require 'iconv'
+#require 'iconv'
 
 module Evoruby
 
index bf194c7..862a91a 100644 (file)
@@ -1,10 +1,10 @@
 #
 # = lib/evo/apps/taxonomy_processor - TaxonomyProcessor class
 #
-# Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
+# Copyright::  Copyright (C) 20017 Christian M. Zmasek
 # License::    GNU Lesser General Public License (LGPL)
 #
-# $Id: taxonomy_processor.rb,v 1.26 2010/12/13 19:00:11 cmzmasek Exp $
+
 
 
 require 'lib/evo/util/util'
@@ -22,12 +22,12 @@ module Evoruby
   class TaxonomyProcessor
 
     PRG_NAME       = "tap"
-    PRG_DATE       = "130411"
+    PRG_DATE       = "170206"
     PRG_DESC       = "replacement of species names in multiple sequence files"
     PRG_VERSION    = "2.002"
-    COPYRIGHT      = "2013 Christian M Zmasek"
+    COPYRIGHT      = "2017 Christian M Zmasek"
     CONTACT        = "phylosoft@gmail.com"
-    WWW            = "https://sites.google.com/site/cmzmasek/home/software/forester"
+    WWW            = ""
 
     EXTRACT_TAXONOMY_OPTION = "t"
 
index e4173d3..27bdb5e 100644 (file)
@@ -138,10 +138,10 @@ module Evoruby
         www,
         io = STDOUT )
 
-      if RUBY_VERSION !~ /1.9/
-        puts( "Your ruby version is #{RUBY_VERSION}, expected 1.9.x " )
-        exit( -1 )
-      end
+    #  if RUBY_VERSION !~ /1.9/
+    #    puts( "Your ruby version is #{RUBY_VERSION}, expected 1.9.x " )
+    #    exit( -1 )
+    #  end
 
       ruby_version = RUBY_VERSION
       l = prg_name.length + prg_version.length + date.length + ruby_version.length + 12