From c644aafee47f43d94b956675d64310048db02c57 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Thu, 8 Aug 2024 15:20:12 -0700 Subject: [PATCH] Release v1.3.7 Update to new packaging image and bump version * This updates the 0.6.0 version of the packaging image which contains performance improvements and a bug fix. * Bumps the version to v1.3.7 to trigger a release --- mbin_nmdc.wdl | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mbin_nmdc.wdl b/mbin_nmdc.wdl index d88950c..3bb41fd 100755 --- a/mbin_nmdc.wdl +++ b/mbin_nmdc.wdl @@ -25,7 +25,7 @@ workflow nmdc_mags { String gtdbtk_db="/refdata/GTDBTK_DB/gtdbtk_release207_v2" 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.5.0" + String package_container = "microbiomedata/nmdc_mbin_vis:0.6.0" String container = "microbiomedata/nmdc_mbin@sha256:57930406fb5cc364bacfc904066519de6cdc2d0ceda9db0eebf2336df3ef5349" } call stage { diff --git a/version.txt b/version.txt index dd2cf2f..f995ee2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.3.6 +v1.3.7