Skip to content
Snippets Groups Projects
Commit 48df1edc authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

typo in param

parent 97d21fae
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment