biocore / calour

exploratory and interactive microbiome analyses based on heatmaps
BSD 3-Clause "New" or "Revised" License
27 stars 22 forks source link

add type hints #281

Closed amnona closed 7 months ago

amnona commented 1 year ago

Add type hints to return values of additional calour functions Add initialization of Experiment.info dict if not provided as a parameter to calour.Experiment()

NOTE: in database.py, moved the _get_database_class() method to after the class declaration so can define the return type