lib/iroki/main/main.rb in iroki-0.0.17 vs lib/iroki/main/main.rb in iroki-0.0.18

- old
+ new

@@ -239,11 +239,10 @@ end ################################################################# # get color patterns #################### - p [color_f, biom_f] if color_map_f && biom_f color_map_patterns = parse_color_map_iroki color_map_f, iroki_to_name, exact_matching: exact, auto_color: auto_color_hash @@ -378,8 +377,10 @@ end; #{FIG}" File.open(out_f, "w") { |f| f.puts nexus } - end - end -end + + :success + end # def self.main + end # module Main +end # module Iroki