Skip to content

Commit 1f46c8d

Browse files
docs: sync mermaid pipeline diagrams between README and docs/index
Remove nonexistent filter_reads step from README diagram and add missing Demux subgraph, odds_ratios, and qc_report nodes to docs/index.md so both diagrams match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent edadfaf commit 1f46c8d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,10 @@ flowchart TD
107107
A[merge_pods] --> B[rebasecall<br/>Dorado + move tables]
108108
B --> C[ubam_to_fastq]
109109
C --> D[bwa_align<br/>tRNA + adapter reference]
110-
D --> E[filter_reads<br/>full-length tRNAs only]
111110
end
112111
113112
subgraph Classification
114-
E --> F[classify_charging<br/>Remora ML model]
113+
D --> F[classify_charging<br/>Remora ML model]
115114
B -.-> F
116115
A -.-> F
117116
F --> G[transfer_bam_tags]

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ flowchart TD
1515
POD5[POD5 files]
1616
end
1717
18+
subgraph Demux [Optional Demultiplexing]
19+
W[warpdemux<br/>barcode classification]
20+
end
21+
1822
subgraph Processing
1923
A[merge_pods] --> B[rebasecall<br/>Dorado + move tables]
2024
B --> C[ubam_to_fastq]
@@ -34,8 +38,14 @@ flowchart TD
3438
G --> J[bcerror<br/>basecalling errors]
3539
G --> K[align_stats]
3640
G --> L[modkit pileups]
41+
L -.-> M[odds_ratios<br/>pairwise mod ORs]
42+
H -.-> M
43+
K -.-> N[qc_report<br/>Quarto HTML]
44+
H -.-> N
3745
end
3846
47+
POD5 -.-> W
48+
W -.-> A
3949
POD5 --> A
4050
```
4151

0 commit comments

Comments
 (0)