Skip to content
New issue

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

How to use the script #2

Open
arcys opened this issue Apr 14, 2015 · 1 comment
Open

How to use the script #2

arcys opened this issue Apr 14, 2015 · 1 comment

Comments

@arcys
Copy link

arcys commented Apr 14, 2015

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!!

@ChenMinQi
Copy link

You should "pip install tables".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants