nextflow-io/nextflow

Add hyperlinks to HTML DAG

Open

#4,346 opened on Sep 26, 2023

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Groovy (784 forks)batch import
good first issuestale

Repository metrics

Stars
 (3,382 stars)
PR merge metrics
 (Avg merge 16d 9h) (54 merged PRs in 30d)

Description

Now that the HTML DAG renders a mermaid diagram (#4316), we can extend it in some interesting ways:

Add hyperlinks to nodes

Process links to source code, operator links to operator docs, input files link to URL source. Adding the link is trivial. Determining what the link should be is not 😄

Anyway, could be a fun frontend project for someone who wants to try 😄

Contributor guide