Skip to content

Commit

Permalink
improve workflow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Nov 5, 2024
1 parent 16e5bac commit 688561e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Workflows/metassembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ depending on whether `--ignore-bx` was used. After the initial spades-based asse
```mermaid
graph LR
subgraph Inputs
F1([fastq read 1]):::clean
F2([fastq read 2]):::clean
F1([fastq forward]):::clean
F2([fastq reverse]):::clean
F1---|and|F2
end
subgraph init[Initial Assembly]
AC([meta cloudspades]):::clean
Expand All @@ -69,7 +70,8 @@ graph LR
subgraph athena[Secondary Assembly]
B([athena]):::clean
end
Inputs--->init--->B
Inputs ---> sort([sort by barcode]):::clean
sort--->init--->B
style Inputs fill:#f0f0f0,stroke:#e8e8e8,stroke-width:2px
style init fill:#f0f0f0,stroke:#e8e8e8,stroke-width:2px
style athena fill:#f0f0f0,stroke:#e8e8e8,stroke-width:2px
Expand Down

0 comments on commit 688561e

Please sign in to comment.