nextflow-io/nextflow

Add hyperlinks to HTML DAG

Ouverte

#4 346 ouverte le 26 sept. 2023

 (1 commentaire) (1 réaction) (0 personne assignée)Groovy (784 forks)batch import
good first issuestale

Métriques du dépôt

Stars
 (3 382 étoiles)
Métriques de merge PR
 (Merge moyen 16j 9h) (54 PRs mergées en 30 j)

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 😄

Guide contributeur