Skip to content

Commit 71810fa

Browse files
committed
Merge remote-tracking branch 'origin/main' into stable
Updating stable for conda
2 parents 810f6c8 + 243db2e commit 71810fa

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.6
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)

bactabolize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__program_name__ = 'bactabolize'
2-
__version__ = '1.0.4'
2+
__version__ = '1.0.6'

conda/bactabolize/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
- tabulator ==1.25.1
2525
- goodtables ==2.5.4
2626
- openpyxl ==2.4.11
27-
- blast ==2.12.0
27+
- blast ==2.16.0
2828
- cobra ==0.21.0
2929
- prodigal ==2.6.3
3030
- filelock ==3.8.0

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mambaorg/micromamba:0.24.0
22

33
RUN \
44
micromamba install -y -n base -c scwatts -c bioconda -c conda-forge -c defaults \
5-
'bactabolize==1.0.4' && \
5+
'bactabolize==1.0.6' && \
66
micromamba clean --all --yes
77

88
ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"

requirements-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- tabulator ==1.25.1
2424
- goodtables ==2.5.4
2525
- openpyxl ==2.4.11
26-
- blast ==2.12.0
26+
- blast ==2.16.0
2727
- cobra ==0.21.0
2828
- prodigal ==2.6.3
2929
- filelock ==3.8.0

0 commit comments

Comments
 (0)