Skip to content

Numeric values in metadata must be given as String #26

@thomasstjerne

Description

@thomasstjerne

Thanks for this great project!
I was trying to load a BIOM file where some metadata are given as Numbers (Float or Int). This makes the Phinch app Crash as it calls the split function assuming it is a string:

[value] = value.split(' ');

I realised that the flagship datasets actually have numeric data stored as ASCII strings, which is why they do not crash the app.

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