File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.4
2+ current_version = 1.0.6
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)
Original file line number Diff line number Diff line change 11__program_name__ = 'bactabolize'
2- __version__ = '1.0.4 '
2+ __version__ = '1.0.6 '
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM mambaorg/micromamba:0.24.0
22
33RUN \
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
88ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments