From eca9df16d6d03a1800c270978e3fc4e4ea6d569b Mon Sep 17 00:00:00 2001 From: chaopower Date: Thu, 30 Nov 2023 17:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0polltion?= 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 1f4a79c..fae1d0f 100644 --- a/pipeline.wdl +++ b/pipeline.wdl @@ -169,7 +169,7 @@ workflow pipeline { call pollution.call_pollution as call_pollution { input: - name=tumor, + tumor=tumor, normal=normal, output_dir=workdir, probe=probe,