You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This felt pretty suspicious, since both have the same (low) matching score and I was suspecting that I'd get at least an uncertainty warning. I'm actually surprised they both have the same score at all since the levinshtein distance is lower between 'RHIRAD' and 'Rhizobium radiobacter'.
Would you be able to verify whether or not there is anything overriding the normal matching behavior here? Or if I am just missing an expected behavior.
Here's my sessioninfo() output in case it's useful
I have a workflow that includes some automated match checking, so I'm running
as.mo(keep_synonyms = TRUE)
to really simplify that.With a fairly full name, it works perfectly
With a condensed name, it doesn't warn about any renaming or uncertainty...
This felt pretty suspicious, since both have the same (low) matching score and I was suspecting that I'd get at least an uncertainty warning. I'm actually surprised they both have the same score at all since the levinshtein distance is lower between 'RHIRAD' and 'Rhizobium radiobacter'.
Would you be able to verify whether or not there is anything overriding the normal matching behavior here? Or if I am just missing an expected behavior.
Here's my
sessioninfo()
output in case it's usefulI also expanded the reference database a little with
add_custom_microorganisms()
, but nothing that would be close to these taxa.Thanks,
Connor
The text was updated successfully, but these errors were encountered: