Skip to content

Commit

Permalink
2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jul 25, 2023
1 parent fa2fc48 commit 11d60a6
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 22 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_analysis?label=Conda)](https://anaconda.org/bioconda/biobb_analysis)
[![](https://img.shields.io/conda/dn/bioconda/biobb_analysis?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_analysis)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_analysis?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.1--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.2--pyhdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_analysis)
[![](https://img.shields.io/pypi/pyversions/biobb-analysis.svg?label=Python%20Versions)](https://pypi.org/project/biobb-analysis/)
Expand Down Expand Up @@ -34,7 +34,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_analysis.readthedocs.io/en/latest/).

### Version
v4.0.1 2023.1
v4.0.2 2023.2

### Installation
Using PIP:
Expand All @@ -44,7 +44,7 @@ Using PIP:
* Installation:


pip install "biobb_analysis>=4.0.1"
pip install "biobb_analysis>=4.0.2"


* Usage: [Python API documentation](https://biobb-analysis.readthedocs.io/en/latest/modules.html)
Expand All @@ -54,7 +54,7 @@ Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_analysis>=4.0.1"
conda install -c bioconda "biobb_analysis>=4.0.2"


* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-analysis.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-analysis.readthedocs.io/en/latest/command_line.html)
Expand All @@ -64,13 +64,13 @@ Using DOCKER:
* Installation:


docker pull quay.io/biocontainers/biobb_analysis:4.0.1--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_analysis:4.0.2--pyhdfd78af_0


* Usage:


docker run quay.io/biocontainers/biobb_analysis:4.0.1--pyhdfd78af_0 <command>
docker run quay.io/biocontainers/biobb_analysis:4.0.2--pyhdfd78af_0 <command>


Using SINGULARITY:
Expand All @@ -80,7 +80,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_analysis.sif https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.1--pyhdfd78af_0
singularity pull --name biobb_analysis.sif https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.2--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_analysis/__init__.py
@@ -1,3 +1,3 @@
name = "biobb_analysis"
__all__ = ["ambertools", "gromacs"]
__version__ = "4.0.1"
__version__ = "4.0.2"
14 changes: 14 additions & 0 deletions biobb_analysis/docs/source/change_log.md
@@ -1,5 +1,19 @@
# Biobb Analysis changelog

## What's new in version [4.0.2](https://github.com/bioexcel/biobb_analysis/releases/tag/v4.0.2)?
In version 4.0.2 the module gmx_trjconv_str_ens has been fixed.

### New features

* Fixes in gmx_trjconv_str_ens

## What's new in version [4.0.1](https://github.com/bioexcel/biobb_analysis/releases/tag/v4.0.1)?
In version 4.0.1 the module gmx_cluster has been fixed.

### New features

* Fixes in gmx_cluster

## What's new in version [4.0.0](https://github.com/bioexcel/biobb_analysis/releases/tag/v4.0.0)?
In version 4.0.0 the dependency biobb_common has been updated to 4.0.0 version.

Expand Down
4 changes: 2 additions & 2 deletions biobb_analysis/docs/source/conf.py
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = u'4.0.1'
version = u'4.0.2'
# The full version, including alpha/beta/rc tags.
release = u'4.0.1'
release = u'4.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 7 additions & 7 deletions biobb_analysis/docs/source/readme.md
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_analysis?label=Conda)](https://anaconda.org/bioconda/biobb_analysis)
[![](https://img.shields.io/conda/dn/bioconda/biobb_analysis?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_analysis)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_analysis?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.1--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.2--pyhdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_analysis)
[![](https://img.shields.io/pypi/pyversions/biobb-analysis.svg?label=Python%20Versions)](https://pypi.org/project/biobb-analysis/)
Expand Down Expand Up @@ -34,7 +34,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_analysis.readthedocs.io/en/latest/).

### Version
v4.0.1 2023.1
v4.0.2 2023.2

### Installation
Using PIP:
Expand All @@ -44,7 +44,7 @@ Using PIP:
* Installation:


pip install "biobb_analysis>=4.0.1"
pip install "biobb_analysis>=4.0.2"


* Usage: [Python API documentation](https://biobb-analysis.readthedocs.io/en/latest/modules.html)
Expand All @@ -54,7 +54,7 @@ Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_analysis>=4.0.1"
conda install -c bioconda "biobb_analysis>=4.0.2"


* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-analysis.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-analysis.readthedocs.io/en/latest/command_line.html)
Expand All @@ -64,13 +64,13 @@ Using DOCKER:
* Installation:


docker pull quay.io/biocontainers/biobb_analysis:4.0.1--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_analysis:4.0.2--pyhdfd78af_0


* Usage:


docker run quay.io/biocontainers/biobb_analysis:4.0.1--pyhdfd78af_0 <command>
docker run quay.io/biocontainers/biobb_analysis:4.0.2--pyhdfd78af_0 <command>


Using SINGULARITY:
Expand All @@ -80,7 +80,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_analysis.sif https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.1--pyhdfd78af_0
singularity pull --name biobb_analysis.sif https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.2--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_analysis/docs/source/schema.html
Expand Up @@ -10,7 +10,7 @@
"applicationSubCategory": "http://www.edamontology.org/topic_3892",
"citation": "https://www.nature.com/articles/s41597-019-0177-4",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"softwareVersion": "4.0.1",
"softwareVersion": "4.0.2",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_analysis",
"isAccessibleForFree": "True",
Expand Down
6 changes: 3 additions & 3 deletions biobb_analysis/json_schemas/biobb_analysis.json
Expand Up @@ -4,9 +4,9 @@
"github": "https://github.com/bioexcel/biobb_analysis",
"readthedocs": "https://biobb-analysis.readthedocs.io/en/latest/",
"conda": "https://anaconda.org/bioconda/biobb_analysis",
"docker": "https://quay.io/biocontainers/biobb_analysis:4.0.1--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.1--pyhdfd78af_0",
"version": "4.0.1",
"docker": "https://quay.io/biocontainers/biobb_analysis:4.0.2--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_analysis:4.0.2--pyhdfd78af_0",
"version": "4.0.2",
"rest": true,
"tools" : [
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb_analysis",
version="4.0.1",
version="4.0.2",
author="Biobb developers",
author_email="genis.bayarri@irbbarcelona.org",
description="Biobb_analysis is the Biobb module collection to perform analysis of molecular dynamics simulations.",
Expand Down

0 comments on commit 11d60a6

Please sign in to comment.