You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can't extract table metadata without using Pandas. In order to at least get something out, we could implement a very lazy loader that only extracts data files lists and factor values to get some summary data from the tables without having to do a full load into memory of the experimental graphs.
The text was updated successfully, but these errors were encountered:
This is to enable extra metadata to be loaded from within the Galaxy ISA-Tab datatype, as the Galaxy devs don't want to add Pandas to the Galaxy core requirements.
Right now you can't extract table metadata without using Pandas. In order to at least get something out, we could implement a very lazy loader that only extracts data files lists and factor values to get some summary data from the tables without having to do a full load into memory of the experimental graphs.
The text was updated successfully, but these errors were encountered: