changeset 13:af1f49e5242d draft

Uploaded
author chrisw
date Wed, 13 Feb 2019 15:53:50 -0500
parents 849ab444b4f1
children f2258de365ee
files Snakefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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):