nextflow-io/nextflow

Add hyperlinks to HTML DAG

Aberta

#4.346 aberto em 26 de set. de 2023

 (1 comentário) (1 reação) (0 responsável)Groovy (784 forks)batch import
good first issuestale

Métricas do repositório

Stars
 (3.382 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (54 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