new tool
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 12 Nov 2013 23:09:13 +0000 (23:09 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 12 Nov 2013 23:09:13 +0000 (23:09 +0000)
forester/ruby/evoruby/lib/evo/tool/msa_processor.rb

index e27e416..e992b3b 100644 (file)
@@ -565,7 +565,7 @@ module Evoruby
           Util.fatal_error( PRG_NAME, "error: " + e.to_s )
         end
 
-        Util.print_message( PRG_NAME, "Number of sequences in output        : " + msa.get_length.to_s )
+        Util.print_message( PRG_NAME, "Number of sequences in output        : " + msa.get_number_of_seqs.to_s )
 
         begin
           f = File.open( output + LOG_SUFFIX, 'a' )