exe/iroki in iroki-0.0.35 vs exe/iroki in iroki-0.0.36
- old
+ new
@@ -37,13 +37,13 @@
opt(:color_branches,
"Color branches?",
short: "-b")
- opt(:color_taxa_names,
+ opt(:color_labels,
"Color label names?",
- short: "-t")
+ short: "-l")
opt(:exact,
"Exact pattern matching")
# opt(:remove_bootstraps_below,
@@ -97,10 +97,10 @@
end
Iroki::Main.main(
color_branches: opts[:color_branches],
- color_taxa_names: opts[:color_taxa_names],
+ color_taxa_names: opts[:color_labels],
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],