From b6c7ebc576bacc00bb081b6f826a26a0eb87dfe6 Mon Sep 17 00:00:00 2001 From: Andrew Thrasher Date: Thu, 3 Jun 2021 13:08:42 -0400 Subject: [PATCH] Bump XenoCP version in WDL files --- wdl/workflows/xenocp.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdl/workflows/xenocp.wdl b/wdl/workflows/xenocp.wdl index b4dec0b..6b1ad6f 100644 --- a/wdl/workflows/xenocp.wdl +++ b/wdl/workflows/xenocp.wdl @@ -27,7 +27,7 @@ version 1.0 -import "https://raw.githubusercontent.com/stjude/xenocp/3.1.2/wdl/tools/xenocp.wdl" as xenocp_tools +import "https://raw.githubusercontent.com/stjude/xenocp/3.1.3/wdl/tools/xenocp.wdl" as xenocp_tools import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/bwa.wdl" import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/star.wdl" import "https://raw.githubusercontent.com/stjudecloud/workflows/rnaseq-standard/v3.0.0/tools/picard.wdl"