mountetna / timur

Data browser for biologists
GNU General Public License v2.0
3 stars 6 forks source link

Matrix-related updates #248

Closed graft closed 4 years ago

graft commented 4 years ago

An update to support the new 'matrix' type in Magma. First, in a manifest, if one of the columns is a matrix type (as reported by the new 'format' portion of a query response), the table function will expand it out into columns, using the labels given in the 'format'. In the future the Magma 'format' response might be a little less kludgy, but this seems the best way to determine the correct column labels (which might be some arbitrary subset of the full row).

Also the AttributeViewer will now display Matrix types using the TableViewer (i.e., react-table).