mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Implements the kmeans++ algo to select the landmarks in the geometric method
Former-commit-id: 732404a0dc6d7276e4e479dd2481aa4bd42d4ce5
This commit is contained in:
@ -21,7 +21,11 @@
|
||||
|
||||
### Enhancement
|
||||
|
||||
- For efficiency purposes, now the `obiuniq` command run on disk by default. Consequently, the **--on-disk** option has been replaced by **--in-memory** to ask explicitly to use memory.
|
||||
- For efficiency purposes, now the `obiuniq` command run on disk by default. Consequently, the **--on-disk**
|
||||
option has been replaced by **--in-memory** to ask explicitly to use memory.
|
||||
- Adds an option **--penalty-scale** to the `obipairing` and `obipcrtag` command to fine tune the pairing score
|
||||
in the system of the alignment procedure by applying a scaling factor to the mismatch score and the gap score
|
||||
relatively to the match score.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
Reference in New Issue
Block a user