Minimized .mmd repro
%%metro title: Example Pipeline
%%metro line: qc | QC | #2dd4bf
%%metro line: main | Main | #c792ea
graph LR
subgraph input [Input]
reads[Reads]
end
subgraph proc [Processing]
%%metro entry: bottom | qc
fastqc[FastQC]
trim[Trim]
align[Align]
fastqc -->|qc,main| trim
trim -->|main| align
end
subgraph results [Results]
bam[BAM]
end
reads -->|qc,main| fastqc
align -->|main| bam
Render command used
I am using the playground
Expected result
qc should enter section proc from the bottom, while main enters from the left.
Actual result
MixedEntryDirectionError: section 'proc' receives lines from more than one approach direction: bottom (qc), left (main). Routed lines have no arrowheads, so entries from different sides leave the flow direction ambiguous. Feed 'proc' from a single side (align the producers' grid columns so every line enters the same edge), or split it into separate sections.
Suspected subsystem
None
nf-metro version / commit
I am using the playground
Minimized .mmd repro
Render command used
I am using the playground
Expected result
qcshould enter sectionprocfrom the bottom, whilemainenters from the left.Actual result
MixedEntryDirectionError: section 'proc' receives lines from more than one approach direction: bottom (qc), left (main). Routed lines have no arrowheads, so entries from different sides leave the flow direction ambiguous. Feed 'proc' from a single side (align the producers' grid columns so every line enters the same edge), or split it into separate sections.
Suspected subsystem
None
nf-metro version / commit
I am using the playground