Skip to content

Commit ccbbe3e

Browse files
Update smk_loop.py to reflect 50 core
1 parent 1c900bb commit ccbbe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smk_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
if run_type == 'folder':
2323
for scenario in os.listdir(config_dir):
24-
subprocess.run("snakemake --cores 12 --configfile "f'{config_dir}/{scenario}'"",
24+
subprocess.run("snakemake --cores 50 --configfile "f'{config_dir}/{scenario}'"",
2525
shell = True)
2626

2727
shutil.rmtree(data_dir)

0 commit comments

Comments
 (0)