UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

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