We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am new in python and interested in using this python code to convert the .biom file from hdf5 format to a json one. However it does not sucess:
python HDF5toJSON.py my_file.biom my_fileJ.biom
Traceback (most recent call last): File "HDF5toJSON.py", line 26, in h5file = open_file(sys.argv[1]) NameError: name 'open_file' is not defined
Can you show an example on how to use the python code? Thanks a lot!!
The text was updated successfully, but these errors were encountered:
You should "pip install tables".
Sorry, something went wrong.
No branches or pull requests
Hi,
I am new in python and interested in using this python code to convert the .biom file from hdf5 format to a json one. However it does not sucess:
Traceback (most recent call last):
File "HDF5toJSON.py", line 26, in
h5file = open_file(sys.argv[1])
NameError: name 'open_file' is not defined
Can you show an example on how to use the python code? Thanks a lot!!
The text was updated successfully, but these errors were encountered: