UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

16 lines (15 loc) 611 B
import type { AnyConfigurationModel } from '@jbrowse/core/configuration'; import type { QuantitativeStats } from '@jbrowse/core/util/stats'; import type { StopToken } from '@jbrowse/core/util/stopToken'; export declare function getQuantitativeStats(self: { adapterConfig: AnyConfigurationModel; configuration: AnyConfigurationModel; autoscaleType: string; setStatusMessage: (str: string) => void; effectiveRpcDriverName?: string; }, opts: { headers?: Record<string, string>; stopToken?: StopToken; filters: string[]; currStatsBpPerPx: number; }): Promise<QuantitativeStats>;