Skip to content

Commit 6bfce54

Browse files
authored
Merge branch 'master' into windows
2 parents e471e05 + cc0493c commit 6bfce54

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Please cite: [Kim J, Steinegger M. Metabuli: sensitive and specific metagenomic
3737
- Windows OS is supported.
3838
> Metabuli v1.0.6 is too slow on Windows OS. Please use v1.0.7 or later.
3939
40+
4041
### Update in v1.0.4
4142
- Fixed a minor reproducibility issue.
4243
- 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
134135
--min-score : The minimum score to be classified
135136
--min-sp-score : The minimum score to be classified at or below species rank.
136137
--taxonomy-path: Directory where the taxonomy dump files are stored. (DBDIR/taxonomy by default)
137-
--reduced-aa : 0. Use 20 alphabets or 1. Use 15 alphabets to encode amino acids.
138-
Give the same value used for DB creation.
139138
--accession-level : Set 1 to use accession level classification (0 by default).
140139
It is available when the DB is also built with accession level taxonomy.
141140
```
@@ -239,10 +238,8 @@ metabuli build <DBDIR> <LIB_FILES> <accession2taxid> [options]
239238
- accession2taxid : A path to NCBI-style accession2taxid.
240239
241240
* Options
242-
--threads : The number of CPU-cores used (all by default)
241+
--threads : The number of threads used (all by default)
243242
--taxonomy-path: Directory where the taxonomy dump files are stored. (DBDIR/taxonomy by default)
244-
--reduced-aa : 0. Use 20 alphabets or 1. Use 15 alphabets to encode amino acids.
245-
--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.
246243
--accession-level : Set 1 to use accession level taxonomy (0 by default).
247244
```
248245
This will generate **diffIdx**, **info**, **split**, and **taxID_list** and some other files. You can delete '\*\_diffIdx' and '\*\_info' if generated.

0 commit comments

Comments
 (0)