Commit 54269dc
Drop unused sequence columns from insert/site summarization to fix OOM
The summarize_inserts and generate_seq_summary processes load insert_seq
and site_seq columns (full DNA strings) that are never used downstream.
With 22 samples this exceeds 18GB memory. Only read_id and length columns
are needed for the barplot and seq_summary calculations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 41b1161 commit 54269dc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments