Metagenomics
Search this site
Metagenomics
Wiki
Tools
16S tools
Assembly
BLAST
Bowtie2
Genome
Pathogen screening
Phylogenetic tree
SAMtools
Sequence data
Shotgun sequencing
Ubuntu/Linux server
Tools
>
16S tools
>
QIIME
>
Install QIIME 1
>
h5py BIOM error
RuntimeError: h5py is not installed, cannot parse HDF5 BIOM file
Solution:
install h5py in python (for reading .biom files)
pip install h5py