UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

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