How to get tool id in runner file (local.py)
Hi, I have local instance of Galaxy and i am doing some modification in Galaxy .So i need tool id id in local.py file . How i will get this information in runner file (local.py). Regards shashi shekhar
shashi shekhar wrote:
Hi,
I have local instance of Galaxy and i am doing some modification in Galaxy .So i need tool id id in local.py file . How i will get this information in runner file (local.py).
Hi Shashi, Anywhere you have the job_wrapper object, the Job ID can be accessed as: job_wrapper.job_id --nate
Regards shashi shekhar
___________________________________________________________ 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:
thanks for reply......... On Wed, Aug 24, 2011 at 3:32 AM, Nate Coraor <nate@bx.psu.edu> wrote:
shashi shekhar wrote:
Hi,
I have local instance of Galaxy and i am doing some modification in Galaxy .So i need tool id id in local.py file . How i will get this information in runner file (local.py).
Hi Shashi,
Anywhere you have the job_wrapper object, the Job ID can be accessed as:
job_wrapper.job_id
--nate
Regards shashi shekhar
___________________________________________________________ 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:
participants (2)
-
Nate Coraor
-
shashi shekhar