diff --git a/README.md b/README.md index cd17980a..10c306f5 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Please cite: [Kim J, Steinegger M. Metabuli: sensitive and specific metagenomic - Windows OS is supported. > Metabuli v1.0.6 is too slow on Windows OS. Please use v1.0.7 or later. + ### Update in v1.0.4 - Fixed a minor reproducibility issue. - Fixed a performance-harming bug occurring with sequences containing lowercased bases. @@ -134,8 +135,6 @@ metabuli classify --seq-mode 3 read.fna dbdir outdir jobid --min-score : The minimum score to be classified --min-sp-score : The minimum score to be classified at or below species rank. --taxonomy-path: Directory where the taxonomy dump files are stored. (DBDIR/taxonomy by default) - --reduced-aa : 0. Use 20 alphabets or 1. Use 15 alphabets to encode amino acids. - Give the same value used for DB creation. --accession-level : Set 1 to use accession level classification (0 by default). It is available when the DB is also built with accession level taxonomy. ``` @@ -239,10 +238,8 @@ metabuli build [options] - accession2taxid : A path to NCBI-style accession2taxid. * Options - --threads : The number of CPU-cores used (all by default) + --threads : The number of threads used (all by default) --taxonomy-path: Directory where the taxonomy dump files are stored. (DBDIR/taxonomy by default) - --reduced-aa : 0. Use 20 alphabets or 1. Use 15 alphabets to encode amino acids. - --spacing-mask : Binary mask for spaced metamer. The same mask must be used for DB creation and classification. A mask should contain at least eight '1's, and '0' means skip. --accession-level : Set 1 to use accession level taxonomy (0 by default). ``` This will generate **diffIdx**, **info**, **split**, and **taxID_list** and some other files. You can delete '\*\_diffIdx' and '\*\_info' if generated.