From 689069e6b77223d24373cb0a829cd65f565ef687 Mon Sep 17 00:00:00 2001 From: Jan Dvorsky Date: Mon, 31 Mar 2025 15:14:55 +0200 Subject: [PATCH] update samtofastq version to 8 --- rnaseq/rnaseq_pipeline_bam.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnaseq/rnaseq_pipeline_bam.wdl b/rnaseq/rnaseq_pipeline_bam.wdl index 74d4ef40..37500547 100644 --- a/rnaseq/rnaseq_pipeline_bam.wdl +++ b/rnaseq/rnaseq_pipeline_bam.wdl @@ -1,4 +1,4 @@ -import "https://api.firecloud.org/ga4gh/v1/tools/broadinstitute_gtex:samtofastq_v1-0_BETA/versions/7/plain-WDL/descriptor" as samtofastq_wdl +import "https://api.firecloud.org/ga4gh/v1/tools/broadinstitute_gtex:samtofastq_v1-0_BETA/versions/8/plain-WDL/descriptor" as samtofastq_wdl import "https://api.firecloud.org/ga4gh/v1/tools/broadinstitute_gtex:star_v1-0_BETA/versions/8/plain-WDL/descriptor" as star_wdl import "https://api.firecloud.org/ga4gh/v1/tools/broadinstitute_gtex:markduplicates_v1-0_BETA/versions/6/plain-WDL/descriptor" as markduplicates_wdl import "https://api.firecloud.org/ga4gh/v1/tools/broadinstitute_gtex:rsem_v1-0_BETA/versions/6/plain-WDL/descriptor" as rsem_wdl