Skip to content

Commit 1adf9a7

Browse files
Merge branch 'main' of https://github.com/algbio/flowpaths
2 parents 4988fde + 33cc30a commit 1adf9a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## MinFlowDecomp - Mouse.PacBio_reads_5_perwidth.flow_corrected
1+
## MinFlowDecomp - Mouse.PacBio_reads_1_perwidth.flow_corrected
22

33
Rows show width intervals; `All` aggregates every width interval in the dataset.
44
Columns: `Width Range`, `# Graphs` (unique graph IDs), `Nodes` and `Edges` as `average (max)` over unique graphs in the row, optimization config timing columns, and `Speedup` (ratio of no_optimizations / default) showing `mean` value with `(count)` when available.
55

66
| Width Range | # Graphs | Nodes avg (max) | Edges avg (max) | no_optimizations | default | Speedup |
77
|---|---|---|---|---|---|---|
8-
| 1-3 | 15 | 14.7 (31) | 13.8 (30) | 0.025s (15) | 0.003s (15) | 5.290x (15) |
9-
| 4-6 | 15 | 38.9 (119) | 39.8 (124) | 18.070s (15, 2 failed) | 0.301s (15) | 39.325x (15) |
10-
| **All** | **30** | **26.8 (119)** | **26.8 (124)** | **9.048s** (30, 2 failed) | **0.152s** (30) | **22.308x** (30) |
8+
| 1-3 | 3 | 8.7 (12) | 7.7 (11) | 0.009s (3) | 0.002s (3) | 4.924x (3) |
9+
| 4-6 | 3 | 34.0 (45) | 34.3 (48) | 1.147s (3) | 0.061s (3) | 33.252x (3) |
10+
| **All** | **6** | **21.3 (45)** | **21.0 (48)** | **0.578s** (6) | **0.032s** (6) | **19.088x** (6) |

0 commit comments

Comments
 (0)