Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeHolley authored Nov 17, 2023
1 parent 9f6d1a4 commit 30f54f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
API only.

* **17-11-2023**
* Class `ColoredCDBG` exposes the function `readGraph()` which enables to load/read the graph in a colored de Bruijn graph without associating any colors to the unitigs. This enables to later color the graph with the input sequences of the developer choice.
* Class `ColoredCDBG` exposes the function `readGraph()` which enables to load/read the graph in a colored de Bruijn graph without associating any colors to the unitigs. This enables to later color the graph with any input sequences.
* **10-09-2023**
* Function `CompactedDBG()::search()` takes additional arguments:
* `get_nb_found_km`: boolean indicating whether to report in the output the number of found k-mers per query
Expand Down

0 comments on commit 30f54f5

Please sign in to comment.