-
Notifications
You must be signed in to change notification settings - Fork 94
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
failure to write biom table with latest version #530
Comments
@wdwvt1, can you recreate the issue just using BIOM or does it only manifest when using QIIME's |
sorry - getting tired haha. i meant to say, i can recreate using just biom. from h5py import File
with File('/Users/wdwvt1/Desktop/test3.biom', 'w') as f:
bt.to_hdf5(f, 'will') raises
|
Thanks. @josenavas, any ideas? |
Yes, I tested this table in my own end and it looks like the JSON parser is returning the taxonomy as a numpy array with a single element, while the in-memory representation of the taxonomy should be a list of strings. I would say that this is a bug on the JSON parser, but I'm not familiar with that code. |
I'm also getting a traceback from
I had to pass |
Note that this issue is still present - it only comes up when writing HDF5-formatted files. |
Thanks for the |
The metadata formatting and parsing in |
I don't want to publicly share the data so ask me for a copy if you want to check the bug out (creating a smaller subset of data that causes the bug has proven difficult).
raises
I have the latest version of biom installed and I have verified the issue with both @josenavas and @ElDeveloper.
The text was updated successfully, but these errors were encountered: