Skip to content

Commit b40d5bc

Browse files
authored
Update Snakefile
1 parent 5d967c4 commit b40d5bc

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
@@ -27,7 +27,7 @@ rule skat_test:
2727
shell:
2828
"""
2929
export PATH=$PATH:{params.plink_path}
30-
seq 1 22 | parallel -j {threads} --verbose Rscript scripts/skat.R {params.genotype} {input.gene_regions} {input.merged_weights} {params.genotype_path} {params.weights_source} {{}} {params.is_binary}
30+
seq 1 22 | parallel {threads} --verbose Rscript scripts/skat.R {params.genotype} {input.gene_regions} {input.merged_weights} {params.genotype_path} {params.weights_source} {{}} {params.is_binary}
3131
"""
3232
# # Rule 4: Merge SKAT Chromosome Results into zone
3333
rule merge_skat_results:

0 commit comments

Comments
 (0)