-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I've been trying to use this software but I'm unable to get fizzy or npfs to read in any biom files. Including those of my own making (in json format) which returns the following error
Traceback (most recent call last):
File "/usr/local/bin/fizzy", line 441, in
sys.exit(main())
File "/usr/local/bin/fizzy", line 418, in main
data, samples, features, feature_ids = load_biom(args)
File "/usr/local/bin/fizzy", line 85, in load_biom
features.append(json.dumps(sid["metadata"]["taxonomy"]))
TypeError: 'NoneType' object has no attribute 'getitem'
The tutorial data you provided does not work either as they are in HDF5 format and not JSON which is the most up to date biom specification, which fizzy does not seem able to read. Also the file names in the tutorial are different to what's actually provided in the dataset..
I've tried added metadata and taxonomy into the biom file, in JSON format but it's still not able to be read in.
Any tips on making a biom file for use with fizzy?
Thanks