Skip to content

Fizzy/npfs cannot read biom file #3

@feargalr

Description

@feargalr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions