Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab authored Sep 7, 2024
1 parent 18260c8 commit 3dc4635
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dlchoice -->|yes| assembly_finder
dlchoice -->|no| fasta
assembly_finder --> fasta
end
style genome_download color:#15161a
input --> distchoice
subgraph community_design["`**community design**`"]
Expand All @@ -50,6 +51,8 @@ bases --> depth
abundances["abundances
(sequence, taxonomic)"] --> depth
end
style community_design color:#15161a
fasta --> simulator
depth --> simulator
Expand Down Expand Up @@ -135,19 +138,17 @@ Outputs described in more details [here](https://metagenlab.github.io/MeSS/guide

#### :bar_chart: Resources usage

> On average, using `samples.tsv` (see [Usage](https://github.com/metagenlab/mess#page_facing_up-usage)), MeSS runs in under 2min, while using around 1.8GB of physical RAM
Average resources usage measured 3 times with one CPU (within a [nextflow](https://github.com/nextflow-io/nextflow) process):
On average, using `samples.tsv` (see [table](#arrow_right-input)), MeSS runs in under 2min, while using around 1.8GB of physical RAM

| task_id | hash | native_id | name | status | exit | submit | duration | realtime | %cpu | peak_rss | peak_vmem | rchar | wchar |
| ------- | --------- | --------- | -------- | --------- | ---- | ----------------------- | -------- | -------- | ------ | -------- | --------- | ------ | ------ |
| 1 | fe/03c2bc | 62286 | MESS (1) | COMPLETED | 0 | 2024-09-04 12:41:15.820 | 1m 50s | 1m 50s | 111.5% | 1.8 GB | 9 GB | 3.5 GB | 2.4 GB |
| 1 | ff/0d03b1 | 73355 | MESS (1) | COMPLETED | 0 | 2024-09-04 12:55:12.903 | 1m 52s | 1m 52s | 112.6% | 1.7 GB | 8.8 GB | 3.5 GB | 2.4 GB |
| 1 | 07/d352bf | 83576 | MESS (1) | COMPLETED | 0 | 2024-09-04 12:57:30.600 | 1m 50s | 1m 50s | 113.2% | 1.7 GB | 8.9 GB | 3.5 GB | 2.4 GB |



> [!NOTE]
> Average resources usage measured 3 times with one CPU (within a [nextflow](https://github.com/nextflow-io/nextflow) process)
>
> Resources usage was measured exluding dependencies deployement time (conda env creation or container pulling)
More details on resource usage in the [documentation](https://metagenlab.github.io/MeSS/benchmarks/resource-usage/)
Expand Down

0 comments on commit 3dc4635

Please sign in to comment.