Hello Despite the last update made to the file lib/galaxy/jobs/runners/drmaa.py I still need to modify this file in order to truncate the job name to 15 characters.
I replace jobName=ajs.job_name by jobName=ajs.job_name[:15], (line 135). The line 396 (job_name = job_name[:self.restrict_job_name_length]) seems to be inefficient. Maybe I missed something ? Thank you. Fred
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
