Hi support, Im having trouble with the gneiss plugin. I was able to use gneiss ilr-phylogenetic, but it fails when I run gneiss ols-regression. Am I missing some part of the plugin?
qiime gneiss ilr-phylogenetic \
--i-table table.qza
--i-tree mafft-fasttree-output/rooted_tree.qza
--o-balances balances.qza
--o-hierarchy hierarchy.qza
Saved FeatureTable[Balance] to: balances.qza
Saved Hierarchy to: hierarchy.qza
qiime gneiss ols-regression \
--p-formula group
--i-table balances.qza
--i-tree hierarchy.qza
--m-metadata-file LRRK2_metadata.tsv
--o-visualization regression_summary.qzv
Error: QIIME 2 plugin 'gneiss' has no action 'ols-regression'.
Thanks for the help!