I started a beginner's integration of metadata from a json file for now, and for now present only the provenance as a toggle. This is just to let you know, in case someone started already, or wants to follow up.
I'd suggest following things to do in that order:

tiny mock-up metadata file for the B1phi1 dataset (should be placed into public/test_data/run1.B1phi1.i1.seqwish.w100/metadata.json):
[
{
"Accession": "1630",
"Release_Date": "2020-01-13T00:00:00Z",
"Species": "Severe acute respiratory syndrome-related coronavirus",
"Length": 29903,
"Geo_Location": "China",
"Host": "Homo sapiens",
"Isolation_Source": "",
"Collection_Date": "2019-12",
"GenBank_Title": "Severe acute respiratory syndrome coronavirus 2 isolate Wuhan-Hu-1, complete genome"
}
]
I started a beginner's integration of metadata from a json file for now, and for now present only the provenance as a toggle. This is just to let you know, in case someone started already, or wants to follow up.
I'd suggest following things to do in that order:
tiny mock-up metadata file for the B1phi1 dataset (should be placed into
public/test_data/run1.B1phi1.i1.seqwish.w100/metadata.json):