Skip to content

Commit

Permalink
Bump version: 6.1.1 → 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanfa committed Feb 23, 2021
1 parent 9d5d908 commit 886d350
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.1
current_version = 6.1.2
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion BALSAMIC/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.1.1'
__version__ = '6.1.2'
2 changes: 1 addition & 1 deletion BALSAMIC/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.1.1'
__version__ = '6.1.2'
2 changes: 1 addition & 1 deletion BALSAMIC/containers/Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM hassanf/miniconda3:version-4.6.14

LABEL maintainer="Hassan Foroughi hassan dot foroughi at scilifelab dot se"
LABEL description="Bioinformatic analysis pipeline for somatic mutations in cancer"
LABEL version="6.1.1"
LABEL version="6.1.2"

ARG GIT_BRANCH=master

Expand Down
4 changes: 2 additions & 2 deletions BALSAMIC/containers/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM hassanf/miniconda3:version-4.6.14

LABEL maintainer="Hassan Foroughi hassan dot foroughi at scilifelab dot se"
LABEL description="Bioinformatic analysis pipeline for somatic mutations in cancer"
LABEL version="6.1.1"
LABEL version="6.1.2"

ARG GIT_BRANCH=v6.1.1
ARG GIT_BRANCH=v6.1.2

# create necessary directories
# install balsamic and it's environments
Expand Down
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 6.1.1)</h3>
<h3 align="center">Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 6.1.2)</h3>
<h3 align="center">FastQ to Annotated VCF</h3>
</p>

Expand All @@ -26,7 +26,7 @@ Snakemake cli given that there is a proper config file created.
* - Source code
- https://github.com/Clinical-Genomics/BALSAMIC
* - Version
- 6.1.1
- 6.1.2
* - Author
- Hassan Foroughi Asl
* - Development model
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** = 6.1.1 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each
BALSAMIC ( **version** = 6.1.2 ) 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
4 changes: 2 additions & 2 deletions docs/cli_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CLI reference
=============

BALSAMIC (**version** = 6.1.1) is using Click. This section covers the CLI reference for BALSAMIC.
BALSAMIC (**version** = 6.1.2) is using Click. This section covers the CLI reference for BALSAMIC.

.. contents::

Expand All @@ -20,7 +20,7 @@ Base command

Usage: balsamic [OPTIONS] COMMAND [ARGS]...

BALSAMIC 6.1.1: Bioinformatic Analysis pipeLine for SomAtic MutatIons in
BALSAMIC 6.1.2: Bioinformatic Analysis pipeLine for SomAtic MutatIons in
Cancer

Options:
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 toturial is provided for BALSAMIC (**version** = 6.1.1).
Here a short toturial is provided for BALSAMIC (**version** = 6.1.2).

.. contents::

Expand Down

0 comments on commit 886d350

Please sign in to comment.