Open nnoll opened 3 years ago
In the legacy version the dropdown menu items are hardcoded in a js file which belongs to the app:
This will be addressed in the new React-based implementation, which among other things improves data formats and handlding
https://github.com/neherlab/pan-genome-visualization/pull/13
It's likely I missed something in the documentation, but how do I get my custom datasets to appear in the dropdown menu? I can navigate manually to the datasets I want via the correct url, e.g. localhost:8000/MyDataSet, but all I see in the dropdown is the default (no TestData). Is this expected?