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
How hard would it be to allow users to match columns in their metadata table with loculus column names interactively? I imagine some has a column isolate_date and could then select sampleCollectionDate from a drop-down. In a second step, one could include some special treatment of dates and authors in the sense that users could specify a date format, a separator of authors, etc.
One could put together an interactive python script that does this in no time (and it would happily read csv and excel)...
The text was updated successfully, but these errors were encountered:
Doing this entirely in the client as part of the upload page might be relatively straightforward, and I agree would be useful. (Anything else would I think be relatively complex with our model).
How hard would it be to allow users to match columns in their metadata table with loculus column names interactively? I imagine some has a column
isolate_date
and could then selectsampleCollectionDate
from a drop-down. In a second step, one could include some special treatment of dates and authors in the sense that users could specify a date format, a separator of authors, etc.One could put together an interactive python script that does this in no time (and it would happily read csv and excel)...
The text was updated successfully, but these errors were encountered: