UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

9 lines (8 loc) 370 B
import { ConfigurationSchema } from '@jbrowse/core/configuration'; import { createBaseTrackConfig } from '@jbrowse/core/pluggableElementTypes'; function x() { } const configSchema = (pluginManager) => ConfigurationSchema('BasicTrack', {}, { baseConfiguration: createBaseTrackConfig(pluginManager), explicitIdentifier: 'trackId', }); export default configSchema;