I believe I had posted this under another account but cannot seem to find a solution to this issue. I installed hisat and added samtools to my PATH on my galaxy install machine. I attempt to run a job and receive the following near the end of the job from hisat. I am not sure what other issue could be causing hisat to fail.
Traceback (most recent call last):
File "/home/eclark28/galaxy_production/galaxy/lib/galaxy/jobs/runners/__init__.py", line 609, in finish_job
job_state.job_wrapper.finish( stdout, stderr, exit_code )
File "/home/eclark28/galaxy_production/galaxy/lib/galaxy/jobs/__init__.py", line 1265, in finish
dataset.datatype.set_meta( dataset, overwrite=False )
File "/home/eclark28/galaxy_production/galaxy/lib/galaxy/datatypes/binary.py", line 347, in set_meta
exit_code = subprocess.call( args=command, stderr=open( stderr_name, 'wb' ) )
File "/home/eclark28/galaxy_production/python/lib/python2.7/subprocess.py", line 523, in call
return Popen(*popenargs, **kwargs).wait()
File "/home/eclark28/galaxy_production/python/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/home/eclark28/galaxy_production/python/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory