Skip to content

Commit

Permalink
update docker image and sha256 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chienchi Lo committed Nov 18, 2024
1 parent 79d7aac commit 3ef4994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM doejgi/mbin:v1.0.1
## python 3.9.12

LABEL maintainer="[email protected]"
LABEL version="1.0.3"
LABEL version="1.0.4"
LABEL software="NMDC_MAG_Pipeline"
LABEL tags="bioinformatics"

Expand Down
2 changes: 1 addition & 1 deletion mbin_nmdc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workflow nmdc_mags {
String checkm_db="/refdata/checkM_DB/checkm_data_2015_01_16"
String eukcc2_db="/refdata/EUKCC2_DB/eukcc2_db_ver_1.2"
String package_container = "microbiomedata/nmdc_mbin_vis:0.7.0"
String container = "microbiomedata/nmdc_mbin@sha256:49e218e9de783d3f307740dd02c9e0213bfaff0b8095abc89eb111a962388430"
String container = "microbiomedata/nmdc_mbin@sha256:2d9d79740eef27b2959d00c34fa5816ff911ec7c4dc80fedb110ab170ce0b868"
}
call stage {
input:
Expand Down

0 comments on commit 3ef4994

Please sign in to comment.