# HG changeset patch # User chrisw # Date 1550091230 18000 # Node ID af1f49e5242dd45e06c15cee54812a511d0e3efa # Parent 849ab444b4f1d25fb98b95d6b16a7de68c7bda78 Uploaded diff -r 849ab444b4f1 -r af1f49e5242d Snakefile --- a/Snakefile Wed Feb 13 15:51:45 2019 -0500 +++ b/Snakefile Wed Feb 13 15:53:50 2019 -0500 @@ -16,6 +16,7 @@ import os config['output']=os.path.abspath(config['output']) +config['temp']=os.path.abspath(config['temp']) import subprocess def run_command(cmd_args):