From e9fa6503f1e62ce98344b7f9b4617ca7a83a43a8 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 4 Dec 2013 23:24:58 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb b/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb index 2836f02..7309371 100644 --- a/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb +++ b/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb @@ -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 -- 1.7.10.2