diff --git a/rnaseq/rnaseq_pipeline_bam.wdl b/rnaseq/rnaseq_pipeline_bam.wdl index 74d4ef4..3750054 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