nextflow-io/nextflow

Add hyperlinks to HTML DAG

Open

#4,346 opened on 2023年9月26日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)Groovy (3,382 stars) (784 forks)batch import
good first issuestale

説明

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 😄

コントリビューターガイド