From 8f5c611accd9e00fbfa3e8dc7ac626e1e6f32f56 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Thu, 13 Jun 2024 12:01:40 +0930 Subject: [PATCH] DOC: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f1adee..f8dc466 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ reneo test ```bash # Run Reneo -# locally: using 8 threads (default is 1 thread) -reneo run --input assembly_graph.gfa --reads fastq/ --threads 8 +# locally: using 16 threads (default is 8 threads) +reneo run --input assembly_graph.gfa --reads fastq/ --threads 16 ```