Skip to content

Commit

Permalink
Bump version: 11.1.0 → 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khurrammaqbool committed Feb 14, 2023
1 parent 825e5ae commit 36a66e8
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.1.0
current_version = 11.2.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion BALSAMIC/__init__.py
@@ -1 +1 @@
__version__ = "11.1.0"
__version__ = "11.2.0"
2 changes: 1 addition & 1 deletion BALSAMIC/__version__.py
@@ -1 +1 @@
__version__ = "11.1.0"
__version__ = "11.2.0"
2 changes: 1 addition & 1 deletion BALSAMIC/containers/balsamic/Dockerfile
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="11.1.0"
LABEL about.version="11.2.0"

ENV PATH="/opt/conda/bin/:${PATH}"
ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -18,5 +18,5 @@ authors:
- family-names: "Wirta"
given-names: "Valtteri"
title: "BALSAMIC: Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer"
version: v11.1.0
version: v11.2.0
url: "https://github.com/Clinical-Genomics/BALSAMIC"
4 changes: 2 additions & 2 deletions README.rst
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 11.1.0)</h3>
<h3 align="center">Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 11.2.0)</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=v11.1.0
.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v11.2.0

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

Expand Down
6 changes: 3 additions & 3 deletions docs/balsamic_methods.rst
Expand Up @@ -5,7 +5,7 @@ Method description
Target Genome Analysis
~~~~~~~~~~~~~~~~~~~~~~

BALSAMIC :superscript:`1` (**version** = 11.1.0) was used to analyze the data from raw FASTQ files.
BALSAMIC :superscript:`1` (**version** = 11.2.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
Trimmed reads were mapped to the reference genome hg19 using BWA MEM v0.7.17 :superscript:`4`.
Expand All @@ -27,7 +27,7 @@ to annotate somatic variants for their population allele frequency from gnomAD v
Whole Genome Analysis
~~~~~~~~~~~~~~~~~~~~~

BALSAMIC :superscript:`1` (**version** = 11.1.0) was used to analyze the data from raw FASTQ files.
BALSAMIC :superscript:`1` (**version** = 11.2.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
Trimmed reads were mapped to the reference genome hg19 using sentieon-tools :superscript:`15`.
Expand All @@ -47,7 +47,7 @@ to annotate somatic single nucleotide variants for their population allele frequ
UMI Data Analysis
~~~~~~~~~~~~~~~~~~~~~

BALSAMIC :superscript:`1` (**version** = 11.1.0) was used to analyze the data from raw FASTQ files.
BALSAMIC :superscript:`1` (**version** = 11.2.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
UMI tag extraction and consensus generation were performed using Sentieon tools v202010.02 :superscript:`15`.
Expand Down
2 changes: 1 addition & 1 deletion docs/bioinfo_softwares.rst
Expand Up @@ -2,7 +2,7 @@
Tools and software
=================================

BALSAMIC ( **version** = 11.1.0 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each
BALSAMIC ( **version** = 11.2.0 ) 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
Expand Up @@ -2,7 +2,7 @@
Installation
============

This section describes steps to install BALSAMIC (**version** = 11.1.0)
This section describes steps to install BALSAMIC (**version** = 11.2.0)



Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Expand Up @@ -2,7 +2,7 @@
Short tutorial
==============

Here a short tutorial is provided for BALSAMIC (**version** = 11.1.0).
Here a short tutorial is provided for BALSAMIC (**version** = 11.2.0).

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

0 comments on commit 36a66e8

Please sign in to comment.