In #37, I changed tax_glom_taxonomy_annotate() so that the user can select a glom_var. Right now you can only chose n_unique_kmers or f_unique_to_query. If I continue to expand the possible glom_vars, I'll refactor the code so that it uses the glom_var smartly and only has the piped code block once. It seemed like too much of a lift for something that might not even be that useful to implement this in #37.
In #37, I changed
tax_glom_taxonomy_annotate()
so that the user can select aglom_var
. Right now you can only chosen_unique_kmers
orf_unique_to_query
. If I continue to expand the possibleglom_var
s, I'll refactor the code so that it uses theglom_var
smartly and only has the piped code block once. It seemed like too much of a lift for something that might not even be that useful to implement this in #37.