Hi Kyle,
I'm hoping I can help you a bit on this, although i am not very familiar with the code that is producing this behavior. Your previous reply mentions the following:
During job cleanup,
galaxy.jobs.__init__.py:412, because
external_metadata_set_successfully returns false.
An external set_metadata.sh job was run, but it doesn't seem to call
samtools. Maybe if I figure out why set_metadata.sh isn't working,
this problem will go away.
Based on your comments, there are a few things you can do:
1. If setting external metadata results in an error, the error should be printed out in your paster log. Do you see anything relevant there?
2. You also may be able to discover the error if you perform the following sql manually - make sure your have the correct job_id:
select filename_results_code from job_external_output_metadata where job_id = <job_id>;
3. Make sure you have the following config setting uncommented and set to False in your universe_wsgi.ini (the default is set to True):
# Although it is fairly reliable, setting metadata can occasionally fail. In
# these instances, you can choose to retry setting it internally or leave it in
# a failed state (since retrying internally may cause the Galaxy process to be
# unresponsive). If this option is set to False, the user will be given the
# option to retry externally, or set metadata manually (when possible).
retry_metadata_internally = False
Let me know if any of this helps you resolve the problem, and if not, we'll figure out next steps if possible.
Thanks,
Greg Von Kuster
On Jan 24, 2013, at 4:36 PM, Kyle Ellrott wrote:
I'm willing to put in the coding time, but I'd need some pointers on the best way to go about making the changes.
Kyle
___________________________________________________________
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:
http://lists.bx.psu.edu/