Skip to content

Packed Cell Cellmate Bypass No Handoff

A packed cell's far member and the section past the pack are both entered over an intervening cell-mate. Neither hop's sibling reaches its target through a plain multi-column bypass, so no shared descent can be handed over and each hop draws its own corridor (issue #1844).

Mermaid source
examples/topologies/packed_cell_cellmate_bypass_no_handoff.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: psite | 1,0
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 psite [P-site]
ribowaltz[riboWaltz]
end
infer_strand -->|riboseq,rnaseq| star
umi_dedup -->|rnaseq| stringtie
umi_dedup -->|riboseq,rnaseq| genomecov
umi_dedup -->|riboseq| ribowaltz
CLI command
Terminal window
nf-metro render examples/topologies/packed_cell_cellmate_bypass_no_handoff.mmd -o packed_cell_cellmate_bypass_no_handoff.svg
Rendered map
1 2 3 4 5 BW Coverage RiboDetector STAR genomecov Bowtie2 StringTie riboWaltz Infer strandedness Dedup GffCompare Ribo-seq RNA-seq created with nf-metro v2.0.0+dev