Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab authored Nov 5, 2024
1 parent 1d827ff commit c8b5733
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Using [`samples.tsv`](#arrow_right-input), `mess` runs in under 2min, while usin

> [!NOTE]
> Average resources usage measured 3 times with one CPU (using [nextflow](https://github.com/nextflow-io/nextflow), excluding dependency deployment time).
More details in the [resource usage documentation](https://metagenlab.github.io/MeSS/benchmarks/resource-usage/)
>
> More details in the [resource usage documentation](https://metagenlab.github.io/MeSS/benchmarks/resource-usage/)
## :fire: Features

Expand Down Expand Up @@ -210,6 +210,11 @@ seqkit stats --all -T -b mess_out/pacbio/fastq/*
| :---------- | :------- | :------- | :------ | :---- | :----- | :----- | :------ |
| phage.fq.gz | 1430 | 12588621 | 8803.2 | 12666 | 99.92 | 99.78 | 40.51 |

> [!NOTE]
> We use [pbsim3](https://github.com/yukiteruono/pbsim3) to simulate multi-pass CLR reads which are converted to HiFi reads with [ccs](https://github.com/PacificBiosciences/ccs).
>
> PacBio HiFi reads simulations usually take longer compared to other error profiles.
### :o: Circular assemblies

Inspired by [readSimulator](https://github.com/wanyuac/readSimulator)'s approach, `mess` can shuffle genome start points to get circular genome assemblies.
Expand Down

0 comments on commit c8b5733

Please sign in to comment.