Resolved error whith /tmp (#224)

This commit is contained in:
Tim Pedersen 2022-01-24 14:34:54 +01:00 committed by GitHub
parent 598b75358d
commit 0d7ad643bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,6 +288,7 @@ if __name__ == "__main__":
tmpdir = snakemake.config['solving'].get('tmpdir')
if tmpdir is not None:
from pathlib import Path
Path(tmpdir).mkdir(parents=True, exist_ok=True)
opts = snakemake.wildcards.opts.split('-')
solve_opts = snakemake.config['solving']['options']