Can't tabulate dada2 denoising_stats in python

Hi @dylan!

You're missing a .view() step prior to visualizing. Viewing as Metadata happens automatically on the CLI, which is why you don't see the same problem there.

Try adding a x = dada2_denoising_artifact.view(qiime2.Metadata) before tabulating, then feed x into the tabulate step.

Keep us posted!

:qiime2:

2 Likes