Hi there,
I've been running the local galaxy on a vm, when I try to run markduplicates and AddOrReplaceReadGroups, I get this error, anyone knows how to fix it?
Traceback (most recent call last): File "/home/azureuser/galaxy/lib/galaxy/jobs/runners/local.py", line 129, in queue_job job_wrapper.finish( stdout, stderr, exit_code ) File "/home/azureuser/galaxy/lib/galaxy/jobs/__init__.py", line 1199, in finish dataset.datatype.set_meta( dataset, overwrite=False ) File "/home/azureuser/galaxy/lib/galaxy/datatypes/binary.py", line 281, in set_meta proc = subprocess.Popen( args=command, stderr=open( stderr_name, 'wb' ) ) File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory