[galaxy-dev] Issue with job_name, UnicodeDecodeError in drmaa

2017-05-28 Thread Saravanaraj Ayyampalayam
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 Trac

Re: [galaxy-dev] Issue with job_name, UnicodeDecodeError in drmaa

2017-05-29 Thread Saravanaraj Ayyampalayam
ving backed up the file): > > log.debug( 'Making job_name, tag was %r, plan to use %r with > underscores replacements' % (galaxy_id_tag, job_name)) > > And if that doesn't help, check all the characters: > > for i, letter in enumerate(job_name): log.debug( 'M

Re: [galaxy-dev] Issue with job_name, UnicodeDecodeError in drmaa

2017-05-29 Thread Saravanaraj Ayyampalayam
_US.UTF-8" > LC_MONETARY="en_US.UTF-8" > LC_MESSAGES="en_US.UTF-8" > LC_PAPER="en_US.UTF-8" > LC_NAME="en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT="en_US.UTF-8&quo

Re: [galaxy-dev] Issue with job_name, UnicodeDecodeError in drmaa

2017-05-29 Thread Saravanaraj Ayyampalayam
w > people use Galaxy with en_US.iso885915 otherwise this would have been > reported before? > > Can you tell us both places you changed string.letters to string.ascii_letters > please? I could then submit this as a pull request to get Galaxy itself > updated > for future