UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

16 lines (15 loc) 288 B
export interface Source { baseUri?: string; name: string; label?: string; color?: string; group?: string; HP?: number; id?: string; source: string; [key: string]: unknown; } export interface SampleInfo { isPhased: boolean; maxPloidy: number; }