Skip to content

Packed Cell Cellmate Bypass Entry Y

A fan-out junction hangs below its packed cell-mate's box and feeds the LEFT entry of the cell member beyond it, so the hop's source Y clears the cell-mate while its target entry Y runs straight through it. Both lines take the row-top corridor over the cell-mate; the one that also enters it shares that corridor before splitting off (issue #1766).

Mermaid source
examples/topologies/packed_cell_cellmate_bypass_entry_y.mmd
%%metro line: riboseq | Ribo-seq | #e6007e
%%metro line: rnaseq | RNA-seq | #2db572
%%metro file: bigwig_out | BW | Coverage
%%metro grid: preprocessing, alignment, novel_transcripts, quantification | 0,0
%%metro grid: orf_calling | 0,1
graph LR
subgraph preprocessing [Pre-processing]
ribodetector[RiboDetector]
bowtie2_rrna[Bowtie2]
infer_strand[Infer strandedness]
ribodetector -->|riboseq,rnaseq| infer_strand
bowtie2_rrna -->|riboseq,rnaseq| infer_strand
end
subgraph alignment [Alignment]
star[STAR]
umi_dedup[Dedup]
star -->|riboseq,rnaseq| umi_dedup
end
subgraph novel_transcripts [Novel transcripts]
stringtie[StringTie]
gffcompare[GffCompare]
stringtie -->|rnaseq| gffcompare
end
subgraph quantification [Quantification]
genomecov[genomecov]
genomecov -->|riboseq,rnaseq| bigwig_out
end
subgraph orf_calling [ORF calling]
star_hybrid[STAR 2nd pass]
end
infer_strand -->|riboseq,rnaseq| star
umi_dedup -->|rnaseq| stringtie
umi_dedup -->|riboseq,rnaseq| genomecov
umi_dedup -->|riboseq| star_hybrid
CLI command
Terminal window
nf-metro render examples/topologies/packed_cell_cellmate_bypass_entry_y.mmd -o packed_cell_cellmate_bypass_entry_y.svg
Rendered map
1 2 3 4 5 BW Coverage RiboDetector STAR genomecov Bowtie2 StringTie STAR 2nd pass Infer strandedness Dedup GffCompare Ribo-seq RNA-seq created with nf-metro v2.0.0+dev