Skip to content

Commit

Permalink
2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Nov 15, 2024
1 parent d24942a commit 51b6d67
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 25 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_chemistry?label=Conda)](https://anaconda.org/bioconda/biobb_chemistry)
[![](https://img.shields.io/conda/dn/bioconda/biobb_chemistry?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_chemistry)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_chemistry?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.2--pyhdfd78af_1)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.3--pyhdfd78af_1)

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

### Version
v5.0.2 2024.2
v5.0.3 2024.2

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


pip install "biobb_chemistry>=5.0.2"
pip install "biobb_chemistry>=5.0.3"


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


conda install -c bioconda "biobb_chemistry>=5.0.2"
conda install -c bioconda "biobb_chemistry>=5.0.3"


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


docker pull quay.io/biocontainers/biobb_chemistry:5.0.2--pyhdfd78af_1
docker pull quay.io/biocontainers/biobb_chemistry:5.0.3--pyhdfd78af_1


* Usage:


docker run quay.io/biocontainers/biobb_chemistry:5.0.2--pyhdfd78af_1 <command>
docker run quay.io/biocontainers/biobb_chemistry:5.0.3--pyhdfd78af_1 <command>

Using SINGULARITY:

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


singularity pull --name biobb_chemistry.sif https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.2--pyhdfd78af_1
singularity pull --name biobb_chemistry.sif https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.3--pyhdfd78af_1


* Usage:
Expand Down
6 changes: 2 additions & 4 deletions biobb_chemistry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from . import acpype
from . import ambertools
from . import babelm
from . import acpype, ambertools, babelm

name = "biobb_chemistry"
__all__ = ["acpype", "ambertools", "babelm"]
__version__ = "5.0.2"
__version__ = "5.0.3"
6 changes: 6 additions & 0 deletions biobb_chemistry/docs/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Biobb Chemistry changelog

## What's new in version [5.0.3](https://github.com/bioexcel/biobb_chemistry/releases/tag/v5.0.3)?

### Changes

* [FIX](all): Accept lists in different formats on input properties.

## What's new in version [5.0.2](https://github.com/bioexcel/biobb_chemistry/releases/tag/v5.0.2)?

### Changes
Expand Down
4 changes: 2 additions & 2 deletions biobb_chemistry/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = "5.0.2"
version = "5.0.3"
# The full version, including alpha/beta/rc tags.
release = "5.0.2"
release = "5.0.3"

# 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_chemistry/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/conda/vn/bioconda/biobb_chemistry?label=Conda)](https://anaconda.org/bioconda/biobb_chemistry)
[![](https://img.shields.io/conda/dn/bioconda/biobb_chemistry?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_chemistry)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_chemistry?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.2--pyhdfd78af_1)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.3--pyhdfd78af_1)

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

### Version
v5.0.2 2024.2
v5.0.3 2024.2

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


pip install "biobb_chemistry>=5.0.2"
pip install "biobb_chemistry>=5.0.3"


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


conda install -c bioconda "biobb_chemistry>=5.0.2"
conda install -c bioconda "biobb_chemistry>=5.0.3"


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


docker pull quay.io/biocontainers/biobb_chemistry:5.0.2--pyhdfd78af_1
docker pull quay.io/biocontainers/biobb_chemistry:5.0.3--pyhdfd78af_1


* Usage:


docker run quay.io/biocontainers/biobb_chemistry:5.0.2--pyhdfd78af_1 <command>
docker run quay.io/biocontainers/biobb_chemistry:5.0.3--pyhdfd78af_1 <command>

Using SINGULARITY:

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


singularity pull --name biobb_chemistry.sif https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.2--pyhdfd78af_1
singularity pull --name biobb_chemistry.sif https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.3--pyhdfd78af_1


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_chemistry/docs/source/schema.html
Original file line number Diff line number Diff line change
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": "5.0.2",
"softwareVersion": "5.0.3",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_chemistry",
"isAccessibleForFree": "True",
Expand Down
6 changes: 3 additions & 3 deletions biobb_chemistry/json_schemas/biobb_chemistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"github": "https://github.com/bioexcel/biobb_chemistry",
"readthedocs": "https://biobb-chemistry.readthedocs.io/en/latest/",
"conda": "https://anaconda.org/bioconda/biobb_chemistry",
"docker": "https://quay.io/biocontainers/biobb_chemistry:5.0.2--pyhdfd78af_1",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.2--pyhdfd78af_1",
"version": "5.0.2",
"docker": "https://quay.io/biocontainers/biobb_chemistry:5.0.3--pyhdfd78af_1",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_chemistry:5.0.3--pyhdfd78af_1",
"version": "5.0.3",
"rest": true,
"tools": [
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb_chemistry",
version="5.0.2",
version="5.0.3",
author="Biobb developers",
author_email="[email protected]",
description="Biobb_chemistry is the Biobb module collection to perform chemistry over molecular dynamics simulations.",
Expand Down

0 comments on commit 51b6d67

Please sign in to comment.