Skip to content

Commit

Permalink
updated flowchart colors
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Sep 3, 2024
1 parent 414dfb8 commit 9483f9a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ MeSS takes as input NCBI taxa or local genome assemblies to generate either long
``` mermaid
%%{init: {'theme':'forest'}}%%
flowchart LR
fasta
input["samples.tsv
or
samples/*.tsv"] --> taxons
subgraph download["genome download"]
subgraph genome_download["genome download"]
dlchoice{download ?}
taxons["taxons or
accesions"] --> dlchoice
Expand All @@ -36,7 +35,7 @@ assembly_finder --> fasta
end
input --> distchoice
subgraph community["community design"]
subgraph community_design["community design"]
distchoice{draw distribution ?}
distchoice -->|yes| dist["distribution
(lognormal, even)"]
Expand All @@ -60,10 +59,12 @@ simulator --> fastq
simulator --> CAMI-profile
%% colors
classDef yellow fill:#e4cb8a,color:#fff,stroke:#333;
classDef green fill:#a4e795,color:#fff,stroke:#333;
class download green
class community yellow
style genome_download color:black
style community_design color:black
classDef red fill:#faeaea,color:#fff,stroke:#333;
classDef blue fill:#eaecfa,color:#fff,stroke:#333;
class genome_download blue
class community_design red
```
## :books: Documentation

Expand Down

0 comments on commit 9483f9a

Please sign in to comment.