Skip to content

Commit

Permalink
Bump version: 8.2.8 → 8.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini06 committed Apr 6, 2022
1 parent 368829a commit 11061bb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.2.8
current_version = 8.2.9
commit = True
tag = True
tag_name = v{new_version}
Expand All @@ -19,7 +19,6 @@ tag_name = v{new_version}
[bumpversion:file:docs/user_guide.rst]

[bumpversion:file:docs/install.rst]

search = {current_version}
replace = {new_version}

2 changes: 1 addition & 1 deletion BALSAMIC/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.2.8"
__version__ = "8.2.9"
2 changes: 1 addition & 1 deletion BALSAMIC/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.2.8"
__version__ = "8.2.9"
2 changes: 1 addition & 1 deletion BALSAMIC/containers/balsamic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
LABEL about.version="8.2.9"

ENV PATH="/opt/conda/bin/:${PATH}"
ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ authors:
- family-names: "Wirta"
given-names: "Valtteri"
title: "BALSAMIC: Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer"
version: v8.2.8
version: v8.2.9
url: "https://github.com/Clinical-Genomics/BALSAMIC"
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://github.com/Clinical-Genomics/BALSAMIC">
<img width=480 src="https://raw.githubusercontent.com/Clinical-Genomics/BALSAMIC/master/BALSAMIC/assets/balsamic_logo.png">
</a>
<h3 align="center">Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 8.2.8)</h3>
<h3 align="center">Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 8.2.9)</h3>
<h3 align="center">FastQ to Annotated VCF</h3>
</p>

Expand Down Expand Up @@ -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.8
.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v8.2.9

.. |snakemake_badge| image:: https://img.shields.io/badge/snakemake-%E2%89%A55.12.3-brightgreen.svg

Expand Down
2 changes: 1 addition & 1 deletion docs/bioinfo_softwares.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Workflow
========

BALSAMIC ( **version** = 8.2.8 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each
BALSAMIC ( **version** = 8.2.9 ) 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.


Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Installation
============

This section describes steps to install BALSAMIC (**version** = 8.2.8)
This section describes steps to install BALSAMIC (**version** = 8.2.9)



Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Short tutorial
==============

Here a short tutorial is provided for BALSAMIC (**version** = 8.2.8).
Here a short tutorial is provided for BALSAMIC (**version** = 8.2.9).

Running a test sample
---------------------
Expand Down

0 comments on commit 11061bb

Please sign in to comment.