mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Make BAM_to_SAM tool write temporary files to job working directory rather than generic temp space.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user