@jbrowse/plugin-wiggle
Version:
JBrowse 2 wiggle adapters, tracks, etc.
18 lines (17 loc) • 611 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const configuration_1 = require("@jbrowse/core/configuration");
function x() { }
const MultiWiggleAdapter = (0, configuration_1.ConfigurationSchema)('MultiWiggleAdapter', {
subadapters: {
type: 'frozen',
defaultValue: [],
description: 'array of subadapter JSON objects',
},
bigWigs: {
type: 'frozen',
description: 'array of bigwig filenames, alternative to the subadapters slot',
defaultValue: [],
},
}, { explicitlyTyped: true });
exports.default = MultiWiggleAdapter;