From 815ae435cead9c1bc70d1dfe56bf8688930dd4de Mon Sep 17 00:00:00 2001 From: Rafael Mamede Date: Tue, 2 Jul 2024 11:43:19 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb52c2c8..c7c4f5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## 3.3.8 - 2024-07-02 -- Added support for genetic codes 2, 3, 5, 6, 9, 10, 12-16, 21-25 (full list available [here](https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi)). Values passed to --t, --translation-table are ignored if a training file is used. The CreateSchema and AlleleCall modules use the genetic code used to create the training file. +- Added support for genetic codes 2, 3, 5, 6, 9, 10, 12-16, 21-25 (complete list available [here](https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi)). Values passed to `--t`, `--translation-table` are ignored if a training file is used. The CreateSchema and AlleleCall modules use the genetic code used to create the training file. - Fixed issue related to data about CDSs close to the contig tips not being available if input FASTA files contain CDSs and `--cds` is used. -- Fixed issue in the AlleleCallEvaluator module related to fully numeric columns. +- Fixed issue in the AlleleCallEvaluator module related to entirely numeric columns. ## 3.3.7 - 2024-06-27