nextflow-io / vscode-dag-preview

Experimental VSCode plugin rendering Nextflow execution DAG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextflow-dag-preview README

A simple extensions for previewing Nextflow-generated DAG for .nf files.

Features

  • Adds a preview button to .nf file editors that generates the DAG using Nextflow and displays it in a side panel.

Requirements

For the extension to work, a valid nextflow executable should be available in your environment.

Extension Settings

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.nextflowBinaryPath: custom path to the nextflow binary used to generate the DAGs.

Known Issues

None

Release Notes

Seee changelog

About

Experimental VSCode plugin rendering Nextflow execution DAG

License:Apache License 2.0


Languages

Language:TypeScript 98.1%Language:Shell 1.1%Language:JavaScript 0.8%