Skip to content

Commit

Permalink
2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed May 7, 2024
1 parent 1be1704 commit 78fa151
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 22 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_io?label=Conda)](https://anaconda.org/bioconda/biobb_io)
[![](https://img.shields.io/conda/dn/bioconda/biobb_io?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_io)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_io?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.1.0--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0)

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

### Version
v4.1.0 2023.3
v4.1.1 2024.1

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

pip install "biobb_io==4.1.0"
pip install "biobb_io==4.1.1"
* Usage: [Python API documentation](https://biobb-io.readthedocs.io/en/latest/modules.html)

Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_io==4.1.0"
conda install -c bioconda "biobb_io==4.1.1"


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


docker pull quay.io/biocontainers/biobb_io:4.1.0--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0

* Usage:


docker run quay.io/biocontainers/biobb_io:4.1.0--pyhdfd78af_0 <command>
docker run quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0 <command>


The command list and specification can be found at the [Command Line documentation](https://biobb-io.readthedocs.io/en/latest/command_line.html).
Expand All @@ -84,7 +84,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.1.0--pyhdfd78af_0
singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "biobb_io"
__all__ = ["api"]
__version__ = "4.1.0"
__version__ = "4.1.1"
7 changes: 7 additions & 0 deletions biobb_io/docs/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Biobb IO changelog

## What's new in version [4.1.1](https://github.com/bioexcel/biobb_io/releases/tag/v4.1.1)?
In version 4.1.1 some end points have been fixed.

### New features

* Updated endpoints for downloading ligands for ligand and ideal sdf

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

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

# 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_io/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_io?label=Conda)](https://anaconda.org/bioconda/biobb_io)
[![](https://img.shields.io/conda/dn/bioconda/biobb_io?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_io)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_io?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.1.0--pyhdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0)

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

### Version
v4.1.0 2023.3
v4.1.1 2024.1

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

pip install "biobb_io==4.1.0"
pip install "biobb_io==4.1.1"
* Usage: [Python API documentation](https://biobb-io.readthedocs.io/en/latest/modules.html)

Using ANACONDA:
* Installation:


conda install -c bioconda "biobb_io==4.1.0"
conda install -c bioconda "biobb_io==4.1.1"


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


docker pull quay.io/biocontainers/biobb_io:4.1.0--pyhdfd78af_0
docker pull quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0

* Usage:


docker run quay.io/biocontainers/biobb_io:4.1.0--pyhdfd78af_0 <command>
docker run quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0 <command>


The command list and specification can be found at the [Command Line documentation](https://biobb-io.readthedocs.io/en/latest/command_line.html).
Expand All @@ -84,7 +84,7 @@ Using SINGULARITY:
* Installation:


singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.1.0--pyhdfd78af_0
singularity pull --name biobb_io.sif https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_io/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": "4.1.0",
"softwareVersion": "4.1.1",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_io",
"isAccessibleForFree": "True",
Expand Down
6 changes: 3 additions & 3 deletions biobb_io/json_schemas/biobb_io.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"github": "https://github.com/bioexcel/biobb_io",
"readthedocs": "https://biobb-io.readthedocs.io/en/latest/",
"conda": "https://anaconda.org/bioconda/biobb_io",
"docker": "https://quay.io/biocontainers/biobb_io:4.1.0--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_io:4.1.0--pyhdfd78af_0",
"version": "4.1.0",
"docker": "https://quay.io/biocontainers/biobb_io:4.1.1--pyhdfd78af_0",
"singularity": "https://depot.galaxyproject.org/singularity/biobb_io:4.1.1--pyhdfd78af_0",
"version": "4.1.1",
"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_io",
version="4.1.0",
version="4.1.1",
author="Biobb developers",
author_email="pau.andrio@bsc.es",
description="Biobb_io is the Biobb module collection to fetch data to be consumed by the rest of the Biobb building blocks.",
Expand Down

0 comments on commit 78fa151

Please sign in to comment.