Skip to content

Commit 8d7d7f7

Browse files
authored
Update Snakefile
1 parent f6ab618 commit 8d7d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ rule unweighted_skat:
141141
"""
142142
export PATH=$PATH:{params.plink_path}
143143
mkdir -p {params.output_dir}
144-
seq 1 22 | parallel -j {threads} --verbose Rscript scripts/skat_unweighted.R {params.genotype_prefix} {input.gene_regions} {params.genotype_path} {{}} {params.output_dir}
144+
seq 1 22 | parallel {threads} --verbose Rscript scripts/skat_unweighted.R {params.genotype_prefix} {input.gene_regions} {params.genotype_path} {{}} {params.output_dir}
145145
"""
146146

147147
# Rule: merge_unweighted_results

0 commit comments

Comments
 (0)