Re: [galaxy-dev] Full path through API display.py

2012-05-02 Thread Carlos Borroto
Thanks Dannon. I was actually in a hurry so I poke around and found what I think is the right place to tie this in. In function get_api_value in lib/galaxy/model/__init__.py line 1159: rval = dict( id = hda.id, model_class = self.__class__.__name__,

Re: [galaxy-dev] Full path through API display.py

2012-05-02 Thread Dannon Baker
Yep, that's the right place to put it. And you'll never hear me suggest someone *not* send in a pull request, so go for it :) -Dannon On May 2, 2012, at 3:08 PM, Carlos Borroto wrote: Thanks Dannon. I was actually in a hurry so I poke around and found what I think is the right place to

Re: [galaxy-dev] Full path through API display.py

2012-05-02 Thread Carlos Borroto
Done!. On Wed, May 2, 2012 at 4:35 PM, Dannon Baker dannonba...@me.com wrote: Yep, that's the right place to put it.  And you'll never hear me suggest someone *not* send in a pull request, so go for it :) -Dannon On May 2, 2012, at 3:08 PM, Carlos Borroto wrote: Thanks Dannon. I was

[galaxy-dev] Full path through API display.py

2012-05-01 Thread Carlos Borroto
Hi, Recently Full Path display was added as an option. I was wondering if this information could also be available when accessing a dataset information through the API. Thanks, Carlos ___ Please keep all replies on the list by using reply

Re: [galaxy-dev] Full path through API display.py

2012-05-01 Thread Dannon Baker
Sure, good idea. I'll tie it in. -Dannon On May 1, 2012, at 3:03 PM, Carlos Borroto wrote: Hi, Recently Full Path display was added as an option. I was wondering if this information could also be available when accessing a dataset information through the API. Thanks, Carlos