pan-genome-visualization icon indicating copy to clipboard operation
pan-genome-visualization copied to clipboard

Non-default dropdown menu

Open nnoll opened this issue 3 years ago • 1 comments

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?

nnoll avatar Nov 05 '21 20:11 nnoll

In the legacy version the dropdown menu items are hardcoded in a js file which belongs to the app:

https://github.com/neherlab/pan-genome-visualization/blob/9cc5125dcde46139df91304d4a38de561d527deb/public/javascripts/species-list-info.js

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

ivan-aksamentov avatar Feb 13 '23 17:02 ivan-aksamentov