From 7ea9dfd2286938e3702056aa344454794ede4bc1 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 30 Oct 2020 10:51:53 +0100 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 6089f23..1046b11 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -1,4 +1,4 @@ -### Current version: `3.0.0b36` +### Current version: `3.0.0b37` You can check the version installed by running `obi --version` @@ -21,6 +21,11 @@ python3 setup.py install ### Release notes: +* `3.0.0b37`: + - `import`: can now import SILVA fasta files, and now handling sequences with Uracil (U) nucleotides (by converting them to Thymine (T) for now) + + - `addtaxids`: new command to annotate sequences with their NCBI taxid based on their taxon name + * `3.0.0b36`: - `obi ls`: reworked a bit (mostly just now done in C instead of Cython)