UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

10 lines (9 loc) 224 B
export default function () { var root = this, links = []; root.each(function (node) { if (node !== root) { links.push({ source: node.parent, target: node }); } }); return links; }