You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,18 @@
13
13
14
14
-->
15
15
16
+
## v1.13.15 (13-Mar-2026)
17
+
18
+
### Changed
19
+
-`bit-assemble`
20
+
- the threads parameter is now passed to bbnorm and fastp (if run) in addition to the assemblers
21
+
-`bit-gen-reads`
22
+
-`--type long` will no longer preferentially start reads at position 0 if the requested read size is larger than the contig; now it will start randomly and just produce a read that ends where the contig ends (unless `--circularize` is added)
23
+
-`bit-cov-analyzer`
24
+
- no longer writes out individual window stats by default (to save spacetime), it needs to be turned on with the `--write-window-stats` now if wanted
0 commit comments