From 08f1f71599a53fdb39c9906721496411eff54a37 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Tue, 11 Oct 2022 16:12:12 -0700 Subject: [PATCH] Minor updates - Update to use newer metadata image that adds type - Add version to rqc activity (need to automate) --- rqcfilter.wdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rqcfilter.wdl b/rqcfilter.wdl index b6a8d01..acfd9d9 100644 --- a/rqcfilter.wdl +++ b/rqcfilter.wdl @@ -22,7 +22,7 @@ workflow nmdc_rqcfilter { } call finish_rqc { - input: container="microbiomedata/workflowmeta:1.1.0", + input: container="microbiomedata/workflowmeta:1.1.1", proj=proj, start=stage.start, resource=resource, @@ -166,6 +166,7 @@ task finish_rqc { ended_at_time=$end \ execution_resource=${resource} \ git_url=${git_url} \ + version="b1.0.5" \ --url ${url_root}${proj}/qa/ \ --extra stats.json \ --inputs ${read} \