From 48df1edc377d0f04bafc4f8ce9f58acdfc64bb8d Mon Sep 17 00:00:00 2001
From: hjulienn <hanna.julienne@pasteur.fr>
Date: Fri, 3 Feb 2023 16:55:02 +0100
Subject: [PATCH] typo in param

---
 jass_pipeline.nf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jass_pipeline.nf b/jass_pipeline.nf
index 763a62d..7bad6f3 100644
--- a/jass_pipeline.nf
+++ b/jass_pipeline.nf
@@ -109,7 +109,7 @@ process Impute_GWAS {
     input:
         path gwas_files from cleaned_gwas_chr_channel
         path ref_file from Channel.fromPath(ref_chr_path).collect()
-        path ld_file from Channel.fromPath(param.ld_folder).collect()
+        path ld_file from Channel.fromPath(params.ld_folder).collect()
     output:
         path "imputed_GWAS/*.txt" into imputed_gwas_channel
         path "imputed_GWAS/*.txt" into imputed_gwas_channel2
-- 
GitLab