Skip to content

Fanin Distant Terminus

Two sibling methods feed one report icon while a third continues through a longer ORF chain that pushes the report to the far end of the section. The siblings converge at a local junction one column on and a single trunk carries the merged line to the report, instead of the two legs bowing out and running parallel the whole way to the distant merge (issue #1296).

Mermaid source
examples/topologies/fanin_distant_terminus.mmd
%%metro title: Fan-in to a distant terminus
%%metro file: report | HTML | Report
%%metro line: a | Line A | #e6007e
graph LR
subgraph s1 [Translational efficiency]
prep[Prep]
anota[anota2seq]
delta[deltaTE]
dotseq[DOTSeq]
orf_quant[ORFquant]
orf_test[ORFtest]
prep -->|a| anota
prep -->|a| delta
prep -->|a| dotseq
dotseq -->|a| orf_quant
orf_quant -->|a| orf_test
anota -->|a| report
delta -->|a| report
orf_test -->|a| report
end
CLI command
Terminal window
nf-metro render examples/topologies/fanin_distant_terminus.mmd -o fanin_distant_terminus.svg
Rendered map
Fan-in to a distant terminus 1 HTML Report Prep anota2seq deltaTE DOTSeq ORFquant ORFtest Line A created with nf-metro v1.1.0+dev