From 5977ad90688fa93c42933ca9c6e146d85af3577f Mon Sep 17 00:00:00 2001 From: JasperBoom <jboom@infernum.nl> Date: Wed, 11 Mar 2020 15:58:10 +0100 Subject: [PATCH] Update talon container. --- talon.wdl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/talon.wdl b/talon.wdl index 0501896..7e81d3f 100644 --- a/talon.wdl +++ b/talon.wdl @@ -31,7 +31,7 @@ task CreateAbundanceFileFromDatabase { File? datasetsFile String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -84,7 +84,7 @@ task CreateGtfFromDatabase { File? datasetFile String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -135,7 +135,7 @@ task FilterTalonTranscripts { File? pairingsFile String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -180,7 +180,7 @@ task GetReadAnnotations { File? datasetFile String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -228,7 +228,7 @@ task InitializeTalonDatabase { String outputPrefix String memory = "10G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -277,7 +277,7 @@ task ReformatGtf { File GTFfile String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -315,7 +315,7 @@ task SummarizeDatasets { File? datasetGroupsCSV String memory = "4G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command { @@ -364,7 +364,7 @@ task Talon { Int cores = 4 String memory = "25G" - String dockerImage = "biocontainers/talon:v4.4.1_cv1" + String dockerImage = "biocontainers/talon:v4.4.2_cv1" } command <<< -- GitLab