qiime2 / q2-composition

BSD 3-Clause "New" or "Revised" License
5 stars 27 forks source link

Hyphens in metadata column names passed to ancombc's --p-formula being interpreted as formulaically meaningful #129

Closed colinvwood closed 10 months ago

colinvwood commented 10 months ago

It seems that when a user specifies a metadata column name that contains hyphens, e.g. my-column to the --p-formula option to qiime composition ancombc, the hyphens are interpreted as mathematical symbols and one term becomes two: my and column. Then the metadata key errors on my. This is happening here.

See forum post here.

lizgehret commented 10 months ago

Hey @colinvwood just FYI there's already an open issue on this: https://github.com/qiime2/q2-composition/issues/100