h5py BIOM error
RuntimeError: h5py is not installed, cannot parse HDF5 BIOM file
RuntimeError: h5py is not installed, cannot parse HDF5 BIOM file
Solution:
install h5py in python (for reading .biom files)
pip install h5py
Solution:
install h5py in python (for reading .biom files)
pip install h5py