File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ process {
5353 container = 'ghcr.io/lanl-bioinformatics/edge_phage_finder:1.2.0'
5454 }
5555 withLabel: 'sma' {
56- container = 'ghcr.io/lanl-bioinformatics/edge_sma:0.15.0 '
56+ container = 'ghcr.io/lanl-bioinformatics/edge_sma:0.15.1 '
5757 }
5858 withLabel: 'binning' {
5959 container = 'ghcr.io/lanl-bioinformatics/edge_binning:1.0.0'
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22FROM antismash/standalone-lite:8.0.4
3- ENV version=0.15.0
3+ ENV version=0.15.1
4+
5+ RUN apt-get update && apt-get install procps -y && apt-get clean
46
57# we override the base image's entrypoint for appropriate interaction with Nextflow
68ENTRYPOINT ["/usr/bin/env" ]
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ process {
305305 container = ' ghcr.io/lanl-bioinformatics/edge_phage_finder:1.2.0'
306306 }
307307 withLabel : ' sma' {
308- container = ' ghcr.io/lanl-bioinformatics/edge_sma:0.15.0 '
308+ container = ' ghcr.io/lanl-bioinformatics/edge_sma:0.15.1 '
309309 }
310310 withLabel : ' binning' {
311311 container = ' ghcr.io/lanl-bioinformatics/edge_binning:1.0.0'
You can’t perform that action at this time.
0 commit comments