CoverM icon indicating copy to clipboard operation
CoverM copied to clipboard

paper cut: define clsuter methods possibilities properly

Open wwood opened this issue 1 year ago • 0 comments

+                    Arg::new("dereplication-cluster-method")
+                        .long("dereplication-cluster-method")
+                        .value_parser(["fastani", "skani"])
+                        .default_value(galah::DEFAULT_CLUSTER_METHOD),

Don't hard-code in coverm, but refer to galah's

wwood avatar Aug 05 '23 23:08 wwood