Skip to content

Commit

Permalink
2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 23, 2024
1 parent e73354b commit 5fe0e4a
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 150 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_flexserv?label=Conda)](https://anaconda.org/bioconda/biobb_flexserv)
[![](https://img.shields.io/conda/dn/bioconda/biobb_flexserv?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_flexserv)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_flexserv?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_flexserv:4.2.0--pypl5321hdfd78af_0)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_flexserv:5.0.0--pypl5321hdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_flexserv)
[![](https://img.shields.io/pypi/pyversions/biobb-flexserv.svg?label=Python%20Versions)](https://pypi.org/project/biobb-flexserv/)
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-flexserv.readthedocs.io/en/latest/).

### Version
v4.2.0 2024.1
v5.0.0 2024.1

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


pip install "biobb_flexserv>=4.2.0"
pip install "biobb_flexserv>=5.0.0"


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


conda install -c bioconda "biobb_flexserv>=4.2.0"
conda install -c bioconda "biobb_flexserv>=5.0.0"


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


docker pull quay.io/biocontainers/biobb_flexserv:4.2.0--pypl5321hdfd78af_0
docker pull quay.io/biocontainers/biobb_flexserv:5.0.0--pypl5321hdfd78af_0


* Usage:


docker run quay.io/biocontainers/biobb_flexserv:4.2.0--pypl5321hdfd78af_0
docker run quay.io/biocontainers/biobb_flexserv:5.0.0--pypl5321hdfd78af_0

Using SINGULARITY:

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


singularity pull --name biobb_flexserv.sif https://depot.galaxyproject.org/singularity/biobb_flexserv:4.2.0--pypl5321hdfd78af_0
singularity pull --name biobb_flexserv.sif https://depot.galaxyproject.org/singularity/biobb_flexserv:5.0.0--pypl5321hdfd78af_0


* Usage:
Expand Down
2 changes: 1 addition & 1 deletion biobb_flexserv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import pcasuite
name = "biobb_flexserv"
__all__ = ["flexserv", "pcasuite"]
__version__ = "4.2.0"
__version__ = "5.0.0"
14 changes: 10 additions & 4 deletions biobb_flexserv/docs/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Biobb FlexServ changelog

## What's new in version [5.0.0](https://github.com/bioexcel/biobb_flexserv/releases/tag/v5.0.0)?

### Changes

* [FEATURE] New sandbox_path property

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

Expand All @@ -22,14 +28,14 @@ In version 4.0.3 the module pcz_similarity has been fixed.
* Fixes in pcz_similarity

## What's new in version [4.0.2](https://github.com/bioexcel/biobb_flexserv/releases/tag/v4.0.2)?
The version 4.0.2 fixes a some bugs bug in Python code.
The version 4.0.2 fixes a some bugs bug in Python code.

### New features

* Bug fixes

## What's new in version [4.0.1](https://github.com/bioexcel/biobb_flexserv/releases/tag/v4.0.1)?
The version 4.0.1 fixes a some bugs bug in Python code.
The version 4.0.1 fixes a some bugs bug in Python code.

### New features

Expand All @@ -43,14 +49,14 @@ In version 4.0.0 the dependency biobb_common has been updated to 4.0.0 version.
* Update to biobb_common 4.0.0 (general)

## What's new in version [3.9.1](https://github.com/bioexcel/biobb_flexserv/releases/tag/v3.9.1)?
The version 3.9.1 fixes a bug in Python dependencies.
The version 3.9.1 fixes a bug in Python dependencies.

### New features

* Bug fixes

## What's new in version [3.9.0](https://github.com/bioexcel/biobb_flexserv/releases/tag/v3.9.0)?
The version 3.9.0 is the first release of the biobb_flexserv module available in BioConda as a Conda package.
The version 3.9.0 is the first release of the biobb_flexserv module available in BioConda as a Conda package.

### New features

Expand Down
Loading

0 comments on commit 5fe0e4a

Please sign in to comment.