Hello,
I was running Tophat2 on a 14 GB groomed fastq file. Local setup, 8 GB RAM, default Tophat2 settings for single end. After 16 hours, I receive the following error:
Traceback (most recent call last): File "/home/catic/galaxy/lib/galaxy/jobs/runners/local.py", line 129, in queue_job job_wrapper.finish( stdout, stderr, exit_code ) File "/home/catic/galaxy/lib/galaxy/jobs/__init__.py", line 1199, in finish dataset.datatype.set_meta( dataset, overwrite=False ) File "/home/catic/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
Tool execution generated the following error message:
Unable to finish job
Does anyone know where the problem is?
Thank you,
Andre