UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

9 lines (8 loc) 295 B
import type { Source } from '../../../util'; import type { AnyConfigurationModel } from '@jbrowse/core/configuration'; export interface ReducedModel { sourcesWithoutLayout?: Source[]; layout?: Source[]; adapterConfig: AnyConfigurationModel; setLayout: (arg: Source[]) => void; }