Skip to content

Commit 2769867

Browse files
committed
2025.1
1 parent 781db16 commit 2769867

File tree

9 files changed

+21
-12
lines changed

9 files changed

+21
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/conda/vn/bioconda/biobb_common?label=Conda)](https://anaconda.org/bioconda/biobb_common)
44
[![](https://img.shields.io/conda/dn/bioconda/biobb_common?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_common)
55
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_common?tab=tags)
6-
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:5.1.0--pyhdfd78af_0)
6+
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:5.1.1--pyhdfd78af_0)
77

88
[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)]()
99
[![](https://img.shields.io/pypi/pyversions/biobb-common.svg?label=Python%20Versions)]()
@@ -35,7 +35,7 @@ The latest documentation of this package can be found in our readthedocs site:
3535
[latest API documentation](http://biobb-common.readthedocs.io/en/latest/).
3636

3737
### Version
38-
v5.1.0 2025.1
38+
v5.1.1 2025.1
3939

4040
### Copyright & Licensing
4141
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU Horizon Europe [101093290](https://cordis.europa.eu/project/id/101093290), EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).

biobb_common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "biobb_common"
22
__all__ = ["generic"]
3-
__version__ = "5.1.0"
3+
__version__ = "5.1.1"
44

55

66
class BioBBGlobalProperties(dict):

biobb_common/docs/source/change_log.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Biobb_common ChangeLog
22

3+
## What's new in version [5.1.1](https://github.com/bioexcel/biobb_common/releases/tag/v5.1.1)?
4+
* [FEATURE] Add [global properties](https://biobb-common.readthedocs.io/en/latest/global_properties.html) shared by all the blocks.
5+
* [FEATURE] Automatic block argument parser from docstring.
6+
* [FEATURE] Automatic short flags -i/-o for blocks with only one input/output argument.
7+
* [FEATURE] Folder as inputs and outputs.
8+
* [FEATURE] Add new test fixture to check if a folder is not empty.
9+
* [FEATURE] Enable deleting temporal files while sandbox is disabled. Use BiobbObject.create_tmp_file to safely create temporary files.
10+
* [FEATURE] Add can_write_file_log property to toggle logging of file writes.
11+
312
## What's new in version [5.1.0](https://github.com/bioexcel/biobb_common/releases/tag/v5.1.0)?
413

514
* [FEATURE] Add '#' to the list of lines considered as comments for xvg comparasion.

biobb_common/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575

7676
# The short X.Y version.
77-
version = u'5.1.0'
77+
version = u'5.1.1'
7878
# The full version, including alpha/beta/rc tags.
7979
release = u'2025.1'
8080

biobb_common/docs/source/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/conda/vn/bioconda/biobb_common?label=Conda)](https://anaconda.org/bioconda/biobb_common)
44
[![](https://img.shields.io/conda/dn/bioconda/biobb_common?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_common)
55
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_common?tab=tags)
6-
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:5.1.0--pyhdfd78af_0)
6+
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_common:5.1.1--pyhdfd78af_0)
77

88
[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)]()
99
[![](https://img.shields.io/pypi/pyversions/biobb-common.svg?label=Python%20Versions)]()
@@ -35,7 +35,7 @@ The latest documentation of this package can be found in our readthedocs site:
3535
[latest API documentation](http://biobb-common.readthedocs.io/en/latest/).
3636

3737
### Version
38-
v5.1.0 2025.1
38+
v5.1.1 2025.1
3939

4040
### Copyright & Licensing
4141
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU Horizon Europe [101093290](https://cordis.europa.eu/project/id/101093290), EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).

biobb_common/docs/source/schema.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"applicationSubCategory": "http://www.edamontology.org/topic_3892",
1111
"citation": "https://www.nature.com/articles/s41597-019-0177-4",
1212
"license": "https://www.apache.org/licenses/LICENSE-2.0",
13-
"softwareVersion": "5.1.0",
13+
"softwareVersion": "5.1.1",
1414
"applicationSuite": "BioBB BioExcel Building Blocks",
1515
"codeRepository": "https://github.com/bioexcel/biobb_common",
1616
"isAccessibleForFree": "True",

biobb_common/json_schemas/biobb_common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"github": "https://github.com/bioexcel/biobb_common",
55
"readthedocs": "https://biobb-common.readthedocs.io/en/latest/",
66
"conda": "https://anaconda.org/bioconda/biobb_common",
7-
"docker": "https://quay.io/biocontainers/biobb_common:5.1.0--pyhdfd78af_0",
8-
"singularity": "https://depot.galaxyproject.org/singularity/biobb_common:5.1.0--pyhdfd78af_0",
9-
"version": "5.1.0",
7+
"docker": "https://quay.io/biocontainers/biobb_common:5.1.1--pyhdfd78af_0",
8+
"singularity": "https://depot.galaxyproject.org/singularity/biobb_common:5.1.1--pyhdfd78af_0",
9+
"version": "5.1.1",
1010
"tools": [
1111
{
1212
"block": "FolderTest",

references.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"applicationCategory": "Computational Biology tool",
88
"citation": "https://www.nature.com/articles/s41597-019-0177-4",
99
"license": "https://www.apache.org/licenses/LICENSE-2.0",
10-
"softwareVersion": "5.1.0"
10+
"softwareVersion": "5.1.1"
1111
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="biobb_common",
8-
version="5.1.0",
8+
version="5.1.1",
99
author="Biobb developers",
1010
author_email="[email protected]",
1111
description="Biobb_common is the base package required to use the biobb packages.",

0 commit comments

Comments
 (0)