Skip to content

Commit

Permalink
Fix workflow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Jul 11, 2024
1 parent db50363 commit 06a0f26
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 @@ -54,7 +54,7 @@ Each stage selects its inputs from the `outputs` of the previous stages's analys

```mermaid
flowchart TD
forward_reads[Forward Reads] -- input_reads_fwd --> normalization(Read Normalization (Optional))
forward_reads[Forward Reads] -- input_reads_fwd --> normalization("Read Normalization (Optional)")
reverse_reads[Reverse Reads] -- input_reads_rev --> normalization
normalization -- normalized_reads_fwd --> assemble_contigs(Assemble Contigs)
normalization -- normalized_reads_rev --> assemble_contigs
Expand Down

0 comments on commit 06a0f26

Please sign in to comment.