Closed enuggetry closed 5 years ago
The defaultDataSet, defines the dataset to load in JBrowse after /login, where there may be multiple datasets defined. If not defined, the first dataset will be the default dataset.
defaultDataSet: "IWGSC", dataSet: { ChineseSpring: { path: 'IWGSC', featureMapping: 'hit', contigHandler(hit) { return hit.Hit_accession; }, accessionHandler(accession) { } } },
The defaultDataSet, defines the dataset to load in JBrowse after /login, where there may be multiple datasets defined. If not defined, the first dataset will be the default dataset.