@jbrowse/plugin-linear-genome-view
Version:
JBrowse 2 linear genome view
10 lines (9 loc) • 517 B
TypeScript
import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { FeatureDensityStats } from '@jbrowse/core/data_adapters/BaseAdapter';
export declare function getDisplayStr(totalBytes: number): string;
export declare function getId(id: string, index: string | number): string;
export declare function getFeatureDensityStatsPre(self: {
adapterConfig?: AnyConfigurationModel;
setStatusMessage: (arg: string) => void;
effectiveRpcDriverName?: string;
}): Promise<FeatureDensityStats>;