pan-genome-visualization
pan-genome-visualization copied to clipboard
Non-default dropdown menu
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?
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