Skip to content

Commit

Permalink
update GLPK and parallel in conda and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzer committed Dec 7, 2021
1 parent d610398 commit 936b166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/container.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process {
withLabel: prokka { container = 'nanozoo/prokka:1.14.6--773a90d' }
withLabel: roary { container = 'nanozoo/roary:3.13.0--1d85022' }
withLabel: mmseqs2 { container = 'nanozoo/mmseqs2:10.6d92c--1241143' }
withLabel: glpk { container = 'nanozoo/glpk:4.65--b966cf1' }
withLabel: glpk { container = 'nanozoo/glpk:5.0--32b2e9b' }
withLabel: mafft { container = 'nanozoo/mafft:7.455--a988e44' }
withLabel: fasttree { container = 'nanozoo/fasttree:2.1.10--1473542' }
withLabel: newick_utils { container = 'nanozoo/newick_utils:1.6--740c3d7' }
Expand Down
4 changes: 2 additions & 2 deletions envs/glpk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- bioconda
- conda-forge
dependencies:
- glpk=4.65
- parallel=20170422
- glpk=5.0
- parallel=20211022

0 comments on commit 936b166

Please sign in to comment.