UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

8 lines (7 loc) 171 B
export default function (compare) { return this.eachBefore(function (node) { if (node.children) { node.children.sort(compare); } }); }