Dear all
I encounter a problem during running the command make.shared
I used the command make.shared to create .shared file from my biom table.
My syntax was
mothur > make.shared(biom=C1_otu_table_L3_min_3.biom)
These error message came.
[ERROR]: you file does not have a type provided.
[ERROR]: you file does not have a matrix_type provided.
[ERROR]: you file does not have a matrix_element_type provided.
[ERROR]: you file does not have a rows provided.
[ERROR]: you file does not have a columns provided.
[ERROR]: you file does not have a shape provided.
[ERROR]: you file does not have a data provided
Thanks for sending your file. The issue is the biom file is in hdf5 format. You can extract shared files from hdf5 formatted biom files using the biom.info command.