From 3a550bd634b6230d7a77a3b94c4cba2fbeb76049 Mon Sep 17 00:00:00 2001 From: Li Song Date: Mon, 4 Mar 2024 17:21:19 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92870c5..eebf30a 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ To build the index, first put the downloaded files in a list (this part is diffe ## build centrifuger index with 4 threads on a server with 300GB memory ./centrifuger-build -t 4 --conversion-table seqid2taxid.map \ - --taxonomy-tree taxonomy/nodes.dmp --name-table taxonomy/names.dmp \ - -l file.list -o refseq_abv --build-mem 240G + --taxonomy-tree taxonomy/nodes.dmp --name-table taxonomy/names.dmp \ + -l file.list -o refseq_abv --build-mem 240G After building the index, all but the refseq_abv.[1234].cfr index files may be removed.