UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

58 lines (57 loc) 1.76 kB
declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ filled: { type: string; defaultValue: boolean; }; displayCrossHatches: { type: string; description: string; defaultValue: boolean; }; summaryScoreMode: { type: string; model: import("@jbrowse/mobx-state-tree").ISimpleType<"max" | "min" | "whiskers" | "avg">; description: string; defaultValue: string; }; minSize: { type: string; defaultValue: number; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ color: { type: string; description: string; defaultValue: string; contextVariable: string[]; }; posColor: { type: string; description: string; defaultValue: string; contextVariable: string[]; }; negColor: { type: string; description: string; defaultValue: string; contextVariable: string[]; }; clipColor: { type: string; description: string; defaultValue: string; }; bicolorPivot: { type: string; model: import("@jbrowse/mobx-state-tree").ISimpleType<"none" | "numeric" | "mean" | "z_score">; description: string; defaultValue: string; }; bicolorPivotValue: { type: string; defaultValue: number; description: string; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>, undefined>>; export default configSchema;