Skip to content

Commit

Permalink
2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenChM committed Nov 12, 2024
1 parent 6f8222b commit c6c4871
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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_mem?label=Conda)](https://anaconda.org/bioconda/biobb_mem)
[![](https://img.shields.io/conda/dn/bioconda/biobb_mem?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_mem)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_mem?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_mem:5.0.0--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_mem:5.0.1--pyhdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_mem)
[![](https://img.shields.io/pypi/pyversions/biobb-mem.svg?label=Python%20Versions)](https://pypi.org/project/biobb-mem/)
Expand Down Expand Up @@ -51,7 +51,7 @@ Using PIP:
* Installation:


pip install "biobb_mem>=5.0.0"
pip install "biobb_mem>=5.0.1"


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


conda install -c bioconda "biobb_mem>=5.0.0"
conda install -c bioconda "biobb_mem>=5.0.1"


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


docker pull quay.io/biocontainers/biobb_mem:5.0.0--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_mem:5.0.1--pyhdfd78af_0


* Usage:


docker run quay.io/biocontainers/biobb_mem:5.0.0--pyhdfd78af_0
docker run quay.io/biocontainers/biobb_mem:5.0.1--pyhdfd78af_0


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


singularity pull --name biobb_mem.sif https://depot.galaxyproject.org/singularity/biobb_mem:5.0.0--pyhdfd78af_0
singularity pull --name biobb_mem.sif https://depot.galaxyproject.org/singularity/biobb_mem:5.0.1--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_mem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "biobb_mem"
__all__ = ["ambertools", "lipyphilic_biobb", "mdanalysis_biobb"]
__version__ = "5.0.0"
__version__ = "5.0.1"
2 changes: 1 addition & 1 deletion biobb_mem/docs/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Biobb Membrane changelog

## What's new in version [5.0.0](https://github.com/bioexcel/biobb_mem/releases/tag/v5.0.0)?
## What's new in version [5.0.1](https://github.com/bioexcel/biobb_mem/releases/tag/v5.0.1)?
New package for membrane structure analysis.

### New features
Expand Down
4 changes: 2 additions & 2 deletions biobb_mem/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
# built documents.
#
# The short X.Y version.
version = u'5.0.0'
version = u'5.0.1'
# The full version, including alpha/beta/rc tags.
release = u'5.0.0'
release = u'5.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 6 additions & 6 deletions biobb_mem/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_mem?label=Conda)](https://anaconda.org/bioconda/biobb_mem)
[![](https://img.shields.io/conda/dn/bioconda/biobb_mem?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_mem)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_mem?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_mem:5.0.0--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_mem:5.0.1--pyhdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_mem)
[![](https://img.shields.io/pypi/pyversions/biobb-mem.svg?label=Python%20Versions)](https://pypi.org/project/biobb-mem/)
Expand Down Expand Up @@ -51,7 +51,7 @@ Using PIP:
* Installation:


pip install "biobb_mem>=5.0.0"
pip install "biobb_mem>=5.0.1"


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


conda install -c bioconda "biobb_mem>=5.0.0"
conda install -c bioconda "biobb_mem>=5.0.1"


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


docker pull quay.io/biocontainers/biobb_mem:5.0.0--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_mem:5.0.1--pyhdfd78af_0


* Usage:


docker run quay.io/biocontainers/biobb_mem:5.0.0--pyhdfd78af_0
docker run quay.io/biocontainers/biobb_mem:5.0.1--pyhdfd78af_0


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


singularity pull --name biobb_mem.sif https://depot.galaxyproject.org/singularity/biobb_mem:5.0.0--pyhdfd78af_0
singularity pull --name biobb_mem.sif https://depot.galaxyproject.org/singularity/biobb_mem:5.0.1--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_mem/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.0",
"softwareVersion": "5.0.1",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_mem",
"isAccessibleForFree": "True",
Expand Down
2 changes: 1 addition & 1 deletion biobb_mem/json_schemas/biobb_mem.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conda": "",
"docker": "",
"singularity": "",
"version": "5.0.0",
"version": "5.0.1",
"tools" : [
{
"block" : "MDAHole",
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_mem",
version="5.0.0",
version="5.0.1",
author="Biobb developers",
author_email="[email protected]",
description="Biobb_mem is a complete code template to promote and facilitate the creation of new Biobbs by the community.",
Expand Down

0 comments on commit c6c4871

Please sign in to comment.