Skip to content

Commit

Permalink
DOC: another linebreak in the flow chart
Browse files Browse the repository at this point in the history
one more thing i forgot to mention in the previous commit -- using
"#" in the node name for "# mutations / Mb" caused the node label
to vanish, presumably because of
mermaid-js/mermaid#5419. the previous commit
fixed this (changing "# mutations" to "Number of mutations"), but this
made the node label a bit too wide (not wide enough to trigger the
other bug documented in the previous commit, but still wide enough to
look a bit off). so anyway this commit adds another <br/> to make the
nodes all have roughly the same size.
  • Loading branch information
fedarko committed Sep 16, 2024
1 parent 061382c commit 23e1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flowchart LR
4 --> E
5 -..->|"(Optional)"| E
E --> 6(("FDR estimates<br/>(TSV)")):::art
E --> 7(("Number of mutations / Mb<br/>(TSV)")):::art
E --> 7(("Number of<br/>mutations / Mb<br/>(TSV)")):::art
7 --> Z{"Plotting FDR curves<br/>(see tutorial)"}:::ext
6 --> Z
6 --> F[strainFlye fdr fix]:::pgm
Expand Down

0 comments on commit 23e1a8d

Please sign in to comment.