Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(barplot): add bioset type check in plot_dataset
Added a check to determine if the input is a Bioset in the `plot_dataset` method of `BarPlotter` class. This ensures that the input is decoded correctly before plotting. Updated the import statement to include `is_bioset` from `biocore.utils.py_util`.
- Loading branch information