nextflow-io/nextflow

Add hyperlinks to HTML DAG

Aperta

#4346 aperta il 26 set 2023

 (1 commento) (1 reazione) (0 assegnatari)Groovy (784 fork)batch import
good first issuestale

Metriche repository

Star
 (3382 stelle)
Metriche merge PR
 (Merge medio 16g 9h) (54 PR mergiate in 30 g)

Descrizione

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 😄

Guida contributor