From adfd0ce4dc09c33851bd23b3af39b3d827463ac3 Mon Sep 17 00:00:00 2001 From: Andrea Telatin <15690844+telatin@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:31:10 +0000 Subject: [PATCH] Update README.md --- 2_rarefaction/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/2_rarefaction/README.md b/2_rarefaction/README.md index 44a6ed7..76acd28 100644 --- a/2_rarefaction/README.md +++ b/2_rarefaction/README.md @@ -22,5 +22,8 @@ ```bash # Download Silva 138 with `dadaist2-getdb` first -dadaist2 -r ~/refs/silva_nr_v138_train_set.fa.gz -i MiSeq_SOP/ -m metadata.csv -o dadaist2-output/ --threads 16 +dadaist2 -r ~/refs/silva_nr_v138_train_set.fa.gz \ + -i MiSeq_SOP/ -m metadata.csv \ + -o dadaist2-output/ \ + --threads 16 ```