qiime2 / q2-longitudinal

QIIME 2 plugin for paired sample comparisons
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

BUG: `pairwise-distances` does not subset metadata prior to plotting. #117

Closed nbokulich closed 5 years ago

nbokulich commented 5 years ago

Bug Description pairwise-distances does not subset metadata prior to plotting. Thus it plots all groups in box plot, even if N = 0.

Thank you @mestaki for reporting this bug!

Steps to reproduce the behavior Use pairwise-distances with a metadata file that contains a superset of the samples found in the distance matrix.

Expected behavior Subset metadata based on distance matrix IDs.

Screenshots image

Comments Also check pairwise-differences