From 4a6014306ae6649be15549629b42a12a0349406f Mon Sep 17 00:00:00 2001
From: Amine  GHOZLANE <amine.ghozlane@pasteur.fr>
Date: Wed, 28 Feb 2024 04:12:15 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 058f471..6927509 100644
--- a/README.md
+++ b/README.md
@@ -19,5 +19,5 @@ The counts are normalized according to the length of the marker gene to a defaul
 
 For each sample, we can aggregate them with the following command:
 ```
-python3 build_matrix.py sample1_aggregated.tsv sample1_aggregated.tsv output_counts.tsv output_taxonomy.tsv
+python3 build_matrix.py sample1_aggregated.tsv sample2_aggregated.tsv ... output_counts.tsv output_taxonomy.tsv
 ```
-- 
GitLab