Skip to content

Commit

Permalink
increase time for vcf2plink command
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Jun 5, 2024
1 parent 112c3ce commit 02f36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/workflow/rules/genotypes.smk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ rule vcf2plink:
psam=out+"/snps.psam",
log=temp(out+"/snps.log"),
resources:
runtime=12,
runtime=15,
threads: 2
log:
logs + "/vcf2plink",
Expand Down

0 comments on commit 02f36c4

Please sign in to comment.