Hello,
I updated to the latest version (17.05) galaxy code. I was updating from a very old version.
I fixed all the issues with except one. I am getting the following error when I submit a job.
galaxy.jobs.runners ERROR 2017-05-29 01:42:44,008 (15131) Unhandled exception calling queue_job
Traceback (most recent call last):
File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/runners/__init__.py", line 104, in run_next
method(arg)
File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/runners/drmaa.py", line 132, in queue_job
job_name = self._job_name(job_wrapper)
File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/runners/drmaa.py", line 397, in _job_name
job_name = ''.join( x if x in ( string.letters + string.digits + '_' ) else '_' for x in job_name )
File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/runners/drmaa.py", line 397, in <genexpr>
job_name = ''.join( x if x in ( string.letters + string.digits + '_' ) else '_' for x in job_name )
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa6 in position 52: ordinal not in range(128)
I spent a day trying to debug this and didn’t get anywhere. The job_name looks OK.
I would really appreciate some help from the community.
Thanks!
-Raj