From 2e683097f81454ab34331fcedf0d47e34c16692b Mon Sep 17 00:00:00 2001 From: "Stephanie M. Gogarten" Date: Wed, 4 Sep 2024 16:31:09 -0700 Subject: [PATCH] use main branch --- validate_gregor_model.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_gregor_model.wdl b/validate_gregor_model.wdl index 6d775c2..ab2aabb 100644 --- a/validate_gregor_model.wdl +++ b/validate_gregor_model.wdl @@ -1,7 +1,7 @@ version 1.0 import "https://raw.githubusercontent.com/UW-GAC/anvil-util-workflows/main/validate_data_model.wdl" as validate -import "https://raw.githubusercontent.com/UW-GAC/anvil-util-workflows/md5_check_ids/check_md5.wdl" as md5 +import "https://raw.githubusercontent.com/UW-GAC/anvil-util-workflows/main/check_md5.wdl" as md5 import "check_vcf_samples.wdl" as vcf import "check_bam_sample.wdl" as bam