From daa2756ab885a9aeea3d3543b7776c67e3f033f4 Mon Sep 17 00:00:00 2001 From: chaopower Date: Fri, 15 Dec 2023 15:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pip=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline.wdl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pipeline.wdl b/pipeline.wdl index 56e9876..4998d8a 100644 --- a/pipeline.wdl +++ b/pipeline.wdl @@ -25,13 +25,18 @@ workflow pipeline { String project String cancer - String bed="$WORKFLOW/${probe}.bed" + String bed="$WORKFLOW/codes/public/${probe}.bed" String ref = "/home/install/ref/hg19/hg19.fa" String workdir="${output_dir}" Map[String, Boolean] catecode + # call mytask.create_dir as create_dir { + # input: + # workdir=workdir + # } + call qc.qc as qc { input: run=catecode['addQc'],