From 3b197b3fd290fe23fe89df94fcde3ff69a56ac64 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Thu, 10 Oct 2024 12:49:13 -0600 Subject: [PATCH] 2024.10 --- CHANGELOG.md | 8 +++++--- qiita_core/__init__.py | 2 +- qiita_db/__init__.py | 2 +- qiita_pet/__init__.py | 2 +- qiita_pet/handlers/api_proxy/__init__.py | 2 +- qiita_pet/support_files/doc/source/faq.rst | 2 +- qiita_ware/__init__.py | 2 +- setup.py | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0521a5ac..41c4c821b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Qiita changelog -Version 2024.09 +Version 2024.10 --------------- -Deployed on Octuber 2nd, 2024 +Deployed on October 14th, 2024 * Added update_resource_allocation_redis and companion code, so resource allocations summaries are available for review. Thank you @Gossty! * Now is possible to have default workflows with only one step. @@ -11,7 +11,9 @@ Deployed on Octuber 2nd, 2024 * Initial changes in `qiita_client` to have more accurate variable names: `QIITA_SERVER_CERT` -> `QIITA_ROOTCA_CERT`. Thank you @charles-cowart! * Added `get_artifact_html_summary` to `qiita_client` to retrieve the summary file of an artifact. * Re-added github actions to `https://github.com/qiita-spots/qiita_client`. -* `Woltka v0.1.6, paired-end` superseded `Woltka v0.1.6` in `qp-woltka`; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/woltka_pairedend.html). Thank you to @qiyunzhu for the benchmarks! +* `SortMeRNA v4.3.7` superseded `Sortmerna v2.1b`, which relies on Silva 138 and now produced even mates. Thank you @ekopylova and @biocodz for the support. +* `Remove SynDNA reads` superseded `SynDNA Woltka`, which now generates even mates. +* `Woltka v0.1.7, paired-end` superseded `Woltka v0.1.6` in `qp-woltka`; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/woltka_pairedend.html). Thank you to @qiyunzhu for the benchmarks! * Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425). diff --git a/qiita_core/__init__.py b/qiita_core/__init__.py index e7cd25423..95d73a276 100644 --- a/qiita_core/__init__.py +++ b/qiita_core/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "2024.09" +__version__ = "2024.10" diff --git a/qiita_db/__init__.py b/qiita_db/__init__.py index 165823462..814bbffaf 100644 --- a/qiita_db/__init__.py +++ b/qiita_db/__init__.py @@ -27,7 +27,7 @@ from . import user from . import processing_job -__version__ = "2024.09" +__version__ = "2024.10" __all__ = ["analysis", "artifact", "archive", "base", "commands", "environment_manager", "exceptions", "investigation", "logger", diff --git a/qiita_pet/__init__.py b/qiita_pet/__init__.py index e7cd25423..95d73a276 100644 --- a/qiita_pet/__init__.py +++ b/qiita_pet/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "2024.09" +__version__ = "2024.10" diff --git a/qiita_pet/handlers/api_proxy/__init__.py b/qiita_pet/handlers/api_proxy/__init__.py index 0077522c0..b27c938f7 100644 --- a/qiita_pet/handlers/api_proxy/__init__.py +++ b/qiita_pet/handlers/api_proxy/__init__.py @@ -38,7 +38,7 @@ from .user import (user_jobs_get_req) from .util import check_access, check_fp -__version__ = "2024.09" +__version__ = "2024.10" __all__ = ['prep_template_summary_get_req', 'data_types_get_req', 'study_get_req', 'sample_template_filepaths_get_req', diff --git a/qiita_pet/support_files/doc/source/faq.rst b/qiita_pet/support_files/doc/source/faq.rst index cca501d83..be56ae7b2 100755 --- a/qiita_pet/support_files/doc/source/faq.rst +++ b/qiita_pet/support_files/doc/source/faq.rst @@ -423,7 +423,7 @@ the creation of the analysis or at any point within each individual analysis pag You can add the reservation string to the analysis at the time of creation (bottom of the creation page), or the analysis page via the reservation button (top right). Note that once the reservation -time finished, your jobs will fail as the reservation will no longer exist so you will need to +time finishes, your jobs will fail as the reservation will no longer exist so you will need to remove it - we suggest doing this before submitting new jobs. How to cite Qiita? diff --git a/qiita_ware/__init__.py b/qiita_ware/__init__.py index e7cd25423..95d73a276 100644 --- a/qiita_ware/__init__.py +++ b/qiita_ware/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "2024.09" +__version__ = "2024.10" diff --git a/setup.py b/setup.py index 1b7d111d6..230cec3a2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup from glob import glob -__version__ = "2024.09" +__version__ = "2024.10" classes = """