From c8b5733cce2571ecfae79c77e0a104e83a6d630e Mon Sep 17 00:00:00 2001 From: farchaab <116543129+farchaab@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:58:03 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2256fa5..514418d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.