PitchInteractiveInc / Phinch

Phinch is an open-source framework for visualizing biological data, funded by a grant from the Alfred P. Sloan foundation. This project represents an interdisciplinary collaboration between Pitch Interactive, a data visualization studio in Oakland, CA, and biological researchers at UC Riverside.
http://phinch.org/
BSD 2-Clause "Simplified" License
149 stars 30 forks source link

Importing a HDF5 biom table silently fails #59

Closed colinbrislawn closed 8 years ago

colinbrislawn commented 8 years ago

I attempted to import a .biom table encoded using the HDF5 format, see #58, and Phinch did nothing. If the formatting of the .biom file is incorrect, there should be an error mentioning that the file was uploaded but could not be read instead of failing silently.

Mentioning the source of the error (missing metadata, missing taxonomy, using HDF5, etc) would be even better.

Thanks!

Edit: I guess support for HDF5 files would be nice, although I should probably open another issue.

colinbrislawn commented 8 years ago

Oh no, there was already an issue tracking this! I'm sorry.

Closing in favor of #15