From f47435f4f0053c0736c97ed96f9cfea4d3ddded7 Mon Sep 17 00:00:00 2001 From: Rafael Mamede Date: Tue, 2 Jul 2024 11:42:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78ac4564..4ac85260 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ BLAST Score Ratio as proposed by [Rasko DA et al.](http://bmcbioinformatics.biom ## 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. Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.