Skip to content

Commit

Permalink
import biomass_plot into init
Browse files Browse the repository at this point in the history
  • Loading branch information
dpear committed Mar 1, 2022
1 parent 0e41ea8 commit 818d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_katharoseq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
from . import _version
from ._methods import read_count_threshold, estimating_biomass
from ._methods import read_count_threshold, estimating_biomass, biomass_plot

__version__ = _version.get_versions()['version']
__all__ = ['read_count_threshold', 'estimating_biomass']

0 comments on commit 818d904

Please sign in to comment.