nextflow-io/nextflow

Add hyperlinks to HTML DAG

开放

#4,346 创建于 2023年9月26日

 (1 条评论) (1 个反应) (0 位负责人)Groovy (784 个派生)batch import
good first issuestale

仓库指标

星标
 (3,382 个星标)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 54 个 PR)

描述

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 😄

贡献者指南