nextflow-io/nextflow

Add hyperlinks to HTML DAG

Open

#4.346 aberto em 26 de set. de 2023

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

Métricas do repositório

Stars
 (3.382 stars)
Métricas de merge de PR
 (Mesclagem média 3d 18h) (38 fundiu PRs em 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 😄

Guia do colaborador