From ca3b4a98a0e008d1518c7151079a0ff89c7677ed Mon Sep 17 00:00:00 2001 From: Juan Pablo Ramos Barroso Date: Wed, 28 Feb 2024 14:30:50 -0500 Subject: [PATCH] update docker --- pipes/WDL/workflows/create_enterics_qc_viz.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipes/WDL/workflows/create_enterics_qc_viz.wdl b/pipes/WDL/workflows/create_enterics_qc_viz.wdl index 516ecf20b..31797ecf8 100644 --- a/pipes/WDL/workflows/create_enterics_qc_viz.wdl +++ b/pipes/WDL/workflows/create_enterics_qc_viz.wdl @@ -15,7 +15,7 @@ workflow CreateEntericsQCViz { } task create_viz { - + input { Array[String] sample_ids Array[String] gambit_predicted_taxon @@ -27,7 +27,7 @@ task create_viz { String output_filename = "QC_visualizations.html" - String docker = "us-central1-docker.pkg.dev/pgs-automation/enterics-visualizations/create_visualization_html:v5" + String docker = "us-central1-docker.pkg.dev/pgs-automation/enterics-visualizations/create_visualization_html:v6" } parameter_meta {