BUG: SampleData[AlphaDiversity] -> Metadata doesn't work with tuples #200
Labels
bug-sev:3|medium
bug-type:3|stops-work
It is no longer possible to use QIIME 2 in this way.
lang:python
Python 3
scope:2|most-projects
Most projects are impacted by this change.
src:forum
From the QIIME 2 Forum.
type:bug
Something is wrong.
type:discussion
Targeted discussion on implementations.
Bug Description
Some
SampleData[AlphaDiversity]
Artifacts contain tuples of numbers (for example, chao1). The transformer toqiime2.Metadata
explodes when it sees this.Steps to reproduce the behavior
SampleData[AlphaDiversity]
Artifact.qiime metadata tabulate --m-input-file chao1_ci.qza --o-visualization chao1_ci.qzv
Expected behavior
Transforming
SampleData[AlphaDiversity]
toMetadata
should work.Questions
References
The text was updated successfully, but these errors were encountered: