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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 3.3.2 - 2024-01-16
4
+
5
+
- Changed FASTA file validation to reduce memory usage.
6
+
7
+
- Removed legacy schema conversion. Users should use the `PrepExternalSchema` module to adapt schemas created with chewBBACA<=2.1.0.
8
+
9
+
- Added prints about output files created by the `PrepExternalSchema` module.
10
+
3
11
## 3.3.1 - 2023-11-03
4
12
5
13
- Fixed issue leading to errors during allele calling if it was running in default mode (4) and all CDSs were classified before representative determination.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ settings and a set of functions to visualize and validate allele variation in th
21
21
22
22
## News
23
23
24
-
## 3.3.1 - 2023-11-03
24
+
## 3.3.2 - 2024-01-16
25
25
26
-
-Fixed issue leading to errors during allele calling if it was running in default mode (4) and all CDSs were classified before representative determination.
26
+
-Changed FASTA file validation to reduce memory usage.
27
27
28
-
-Fixed schema name assignment in the DownloadSchema module.
28
+
-Removed legacy schema conversion. Users should use the `PrepExternalSchema` module to adapt schemas created with chewBBACA<=2.1.0.
29
29
30
-
-Fixed bug related to gene prediction parallelization when running Pyrodigal in meta mode.
30
+
-Added prints about output files created by the `PrepExternalSchema` module.
31
31
32
32
Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.
0 commit comments