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.