From 9d65d5141ef8f9f0333eebf282a0b750bc9b0f72 Mon Sep 17 00:00:00 2001 From: chaopower Date: Tue, 5 Dec 2023 15:37:22 +0800 Subject: [PATCH] =?UTF-8?q?ref=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.wdl b/pipeline.wdl index 04e376a..0cc87b5 100644 --- a/pipeline.wdl +++ b/pipeline.wdl @@ -26,7 +26,7 @@ workflow pipeline { String cancer String bed="/home/zhangchao/project/pipeline/workflow/script/public/bed/${probe}.bed" - String ref = "/home/install/database/hg19/hg19.fa" + String ref = "/home/install/ref/hg19/hg19.fa" String workdir="${output_dir}"