diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9bb446a4..a62bb42d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.2.2 +current_version = 8.2.3 commit = True tag = True tag_name = v{new_version} @@ -19,4 +19,3 @@ tag_name = v{new_version} [bumpversion:file:docs/user_guide.rst] search = {current_version} replace = {new_version} - diff --git a/BALSAMIC/__init__.py b/BALSAMIC/__init__.py index 50bb51d17..03cda64e8 100644 --- a/BALSAMIC/__init__.py +++ b/BALSAMIC/__init__.py @@ -1 +1 @@ -__version__ = "8.2.2" +__version__ = "8.2.3" diff --git a/BALSAMIC/__version__.py b/BALSAMIC/__version__.py index 50bb51d17..03cda64e8 100644 --- a/BALSAMIC/__version__.py +++ b/BALSAMIC/__version__.py @@ -1 +1 @@ -__version__ = "8.2.2" +__version__ = "8.2.3" diff --git a/BALSAMIC/containers/balsamic/Dockerfile b/BALSAMIC/containers/balsamic/Dockerfile index 836f8897f..1a8f3e25b 100644 --- a/BALSAMIC/containers/balsamic/Dockerfile +++ b/BALSAMIC/containers/balsamic/Dockerfile @@ -6,7 +6,7 @@ LABEL about.documentation="https://balsamic.readthedocs.io/" LABEL about.license="MIT License (MIT)" LABEL about.maintainer="Hassan Foroughi hassan dot foroughi at scilifelab dot se" LABEL about.description="Bioinformatic analysis pipeline for somatic mutations in cancer" -LABEL about.version="8.2.2" +LABEL about.version="8.2.3" ENV PATH="/opt/conda/bin/:${PATH}" ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl" diff --git a/CITATION.cff b/CITATION.cff index 8e6a78714..89feac8ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,5 +18,5 @@ authors: - family-names: "Wirta" given-names: "Valtteri" title: "BALSAMIC: Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer" -version: v8.2.2 +version: v8.2.3 url: "https://github.com/Clinical-Genomics/BALSAMIC" diff --git a/README.rst b/README.rst index 884bce779..c8624f598 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ -

Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 8.2.2)

+

Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 8.2.3)

FastQ to Annotated VCF

@@ -56,7 +56,7 @@ Snakemake cli given that there is a proper config file created. .. |docker_latest_build_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push.yml/badge.svg -.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v8.2.2 +.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v8.2.3 .. |snakemake_badge| image:: https://img.shields.io/badge/snakemake-%E2%89%A55.12.3-brightgreen.svg diff --git a/docs/bioinfo_softwares.rst b/docs/bioinfo_softwares.rst index 70cf333d5..9a1893219 100644 --- a/docs/bioinfo_softwares.rst +++ b/docs/bioinfo_softwares.rst @@ -2,7 +2,7 @@ Workflow ======== -BALSAMIC ( **version** = 8.2.2 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each +BALSAMIC ( **version** = 8.2.3 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each one is included: usage and parameters, and relevant external links. diff --git a/docs/user_guide.rst b/docs/user_guide.rst index fca90cd75..4b1cdf5a0 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -2,7 +2,7 @@ Short tutorial ============== -Here a short toturial is provided for BALSAMIC (**version** = 8.2.2). +Here a short toturial is provided for BALSAMIC (**version** = 8.2.3). Running a test sample ---------------------