Skip to content

Commit 109c6c1

Browse files
committed
2024.2
1 parent fff0d8f commit 109c6c1

File tree

9 files changed

+416
-244
lines changed

9 files changed

+416
-244
lines changed

README.md

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

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

4343
### Version
44-
v4.2.0 2024.1
44+
v5.0.0 2024.1
4545

4646
### Installation
4747
Using PIP:
@@ -51,7 +51,7 @@ Using PIP:
5151
* Installation:
5252

5353

54-
pip install "biobb_godmd>=4.2.0"
54+
pip install "biobb_godmd>=5.0.0"
5555

5656

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

6363

64-
conda install -c bioconda "biobb_godmd>=4.2.0"
64+
conda install -c bioconda "biobb_godmd>=5.0.0"
6565

6666

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

7373

74-
docker pull quay.io/biocontainers/biobb_godmd:4.2.0--pyhdfd78af_0
74+
docker pull quay.io/biocontainers/biobb_godmd:5.0.0--pyhdfd78af_0
7575

7676

7777
* Usage:
7878

7979

80-
docker run quay.io/biocontainers/biobb_godmd:4.2.0--pyhdfd78af_0 <command>
80+
docker run quay.io/biocontainers/biobb_godmd:5.0.0--pyhdfd78af_0 <command>
8181

8282

8383
Using SINGULARITY:
@@ -87,7 +87,7 @@ Using SINGULARITY:
8787
* Installation:
8888

8989

90-
singularity pull --name biobb_godmd.sif https://depot.galaxyproject.org/singularity/biobb_godmd:4.2.0--pyhdfd78af_0
90+
singularity pull --name biobb_godmd.sif https://depot.galaxyproject.org/singularity/biobb_godmd:5.0.0--pyhdfd78af_0
9191

9292

9393
* Usage:

biobb_godmd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from . import godmd
2+
23
name = "biobb_godmd"
34
__all__ = ["godmd"]
45
__version__ = "4.2.0"

biobb_godmd/docs/source/change_log.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Biobb GOdMD changelog
22

3+
## What's new in version [5.0.0](https://github.com/bioexcel/biobb_godmd/releases/tag/v5.0.0)?
4+
5+
### Changes
6+
7+
* [CI/CD](env.yaml): Update biobb_common version.
8+
* [CI/CD](linting_and_testing.yml): Update set-up micromamba.
9+
* [Typing](ALL): Update typing from python 3.8 style to python 3.9
10+
* [CI/CD](linting_and_testing): Update GA test workflow to Python >3.9
11+
* [TYPING](ALL): Fix typing errors
12+
* [DOCS](.readthedocs.yaml): Updating to Python 3.9
13+
* [FEATURE](__init__): Importing submodules when a module is loaded
14+
* [CI/CD](godmd): Adapting conf.yml to the new confReader
15+
16+
317
## What's new in version [4.2.0](https://github.com/bioexcel/biobb_godmd/releases/tag/v4.2.0)?
418
In version 4.2.0 the dependency biobb_common has been updated to 4.2.0 version.
519

0 commit comments

Comments
 (0)