Make BAM_to_SAM tool write temporary files to job working directory rather than generic temp space.

This commit is contained in:
Jeremy Goecks
2013-07-03 10:39:02 -04:00
parent b35a6c7992
commit 0b6f0708c8
+1 -1
View File
@@ -43,7 +43,7 @@ def __main__():
except:
sys.stdout.write( 'Could not determine Samtools version\n' )
tmp_dir = tempfile.mkdtemp()
tmp_dir = tempfile.mkdtemp( dir='.' )
try:
# exit if input file empty