Skip to content

Commit be8b932

Browse files
committed
fix typo in changelog
1 parent 06741c8 commit be8b932

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This version is compatible with indexes created by LexicMap v0.4.0, but rebuildi
1111
- **Change the default value of `--partitions` from 1024 to 4096, which increases the seed-matching speed at the cost of 2 GiB more memory occupation**.
1212
For existing lexicmap indexes, just run `lexicmap utils reindex-seeds --partitions 4096` to re-create seed indexes.
1313
- **Do not save seeds of low-complexity**.
14-
- Fix high memory usage in writting seed data.
14+
- Fix high memory usage in writing seed data.
1515
- Change the default value of `-c/--chunks` from all available CPUs to the value of `-j/--threads`.
1616
- Change the default value of `--max-open-files` from 512 to 1024.
1717
- Add a new flag `--debug`.
1818
- `lexicmap search`:
1919
- **Improving chaining, pseudoalignment, and alignment for highly repetitive sequences**.
20-
- **More accurate chainning score with better chaining of overlapped anchors, this produces more accurate results with `-n/--top-n-genomes`**:
20+
- **More accurate chaining score with better chaining of overlapped anchors, this produces more accurate results with `-n/--top-n-genomes`**:
2121
- Merging two overlapped non-gapped anchors into a longer one.
2222
- For these with gaps, only the non-overlapped part of the second anchor is used to compute the weight.
2323
- Using the score of the best chain (rather than the sum) for sorting genomes when using `-n`.

docs/content/releases/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ This version is compatible with indexes created by LexicMap v0.4.0, but rebuildi
2727
- **Change the default value of `--partitions` from 1024 to 4096, which increases the seed-matching speed at the cost of 2 GiB more memory occupation**.
2828
For existing lexicmap indexes, just run `lexicmap utils reindex-seeds --partitions 4096` to re-create seed indexes.
2929
- **Do not save seeds of low-complexity**.
30-
- Fix high memory usage in writting seed data.
30+
- Fix high memory usage in writing seed data.
3131
- Change the default value of `-c/--chunks` from all available CPUs to the value of `-j/--threads`.
3232
- Change the default value of `--max-open-files` from 512 to 1024.
3333
- Add a new flag `--debug`.
3434
- `lexicmap search`:
3535
- **Improving chaining, pseudoalignment, and alignment for highly repetitive sequences**.
36-
- **More accurate chainning score with better chaining of overlapped anchors, this produces more accurate results with `-n/--top-n-genomes`**:
36+
- **More accurate chaining score with better chaining of overlapped anchors, this produces more accurate results with `-n/--top-n-genomes`**:
3737
- Merging two overlapped non-gapped anchors into a longer one.
3838
- For these with gaps, only the non-overlapped part of the second anchor is used to compute the weight.
3939
- Using the score of the best chain (rather than the sum) for sorting genomes when using `-n`.

0 commit comments

Comments
 (0)