inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 4 Dec 2013 23:24:58 +0000 (23:24 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 4 Dec 2013 23:24:58 +0000 (23:24 +0000)
forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb

index 2836f02..7309371 100644 (file)
@@ -58,6 +58,8 @@ module Evoruby
 
       input_files = Dir.entries(".").select { |f| !File.directory?( f ) && f.downcase.end_with?( ".fasta" ) }
 
+      input_files.sort!
+
       puts "Input files:"
       input_files.each do | input |
         puts input