UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

38 lines (37 loc) 1.28 kB
declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{}, 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;