How to use the cwl-svg.StepNode function in cwl-svg

To help you get started, we’ve selected a few cwl-svg examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github rabix / composer / src / app / workflow-editor / graph-editor / update-plugin / update-plugin.ts View on Github external
updateStep(step: StepModel) {
        const stepEl = this.findStep(step);
        stepEl.classList.remove(this.css.update);
        this.updateMap.set(step.connectionId, false);
        new StepNode(stepEl, step as any).update();
    }

cwl-svg

A library for generating an interactive SVG visualization of CWL workflows

Apache-2.0
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis

Similar packages