exe/iroki in iroki-0.0.10 vs exe/iroki in iroki-0.0.11

- old
+ new

@@ -42,18 +42,26 @@ short: "-t") opt(:exact, "Exact pattern matching") - opt(:remove_bootstraps_below, - "Remove bootstrap values below given value", - type: :float) + # opt(:remove_bootstraps_below, + # "Remove bootstrap values below given value", + # type: :float) opt(:color_map, "File with color mappings", type: :string) + opt(:biom, + "Biom file to make color gradient", + type: :string) + + opt(:single_color, + "Use single color gradient for single group biom files", + type: :string) + opt(:name_map, "File with name mappings", type: :string) opt(:auto_color, @@ -76,9 +84,11 @@ color_branches: opts[:color_branches], color_taxa_names: opts[:color_taxa_names], exact: opts[:exact], remove_bootstraps_below: opts[:remove_bootstraps_below], color_map_f: opts[:color_map], + biom_f: opts[:biom], + single_color: opts[:single_color], name_map_f: opts[:name_map], auto_color: opts[:auto_color], display_auto_color_options: opts[:display_auto_color_options], newick_f: opts[:infile], out_f: opts[:outfile]