inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 28 Nov 2013 00:17:32 +0000 (00:17 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 28 Nov 2013 00:17:32 +0000 (00:17 +0000)
forester/ruby/evoruby/lib/evo/tool/multi_sequence_extractor.rb

index e5bb182..0df81fe 100644 (file)
@@ -549,7 +549,7 @@ module Evoruby
       rescue Exception => e
         Util.fatal_error( PRG_NAME, "error: " + e.to_s )
       end
-      if @file_to_msa.size < 500
+      if @file_to_msa.size < 400 && msa.get_number_of_seqs < 40000
         @file_to_msa[ input ] = msa
       end
       msa