Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-10-09 Thread Bjoern Gruening
Awesome, thanks Greg! On 09.10.2015 15:50, Greg Von Kuster wrote: I’ve finally had a chance to update the wiki - I’ve updated the following section to include information about the “dynamic_options=…” option for populating the select list: https://wiki.galaxyproject.org/Admin/Tools/ToolConfig

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-10-09 Thread Greg Von Kuster
I’ve finally had a chance to update the wiki - I’ve updated the following section to include information about the “dynamic_options=…” option for populating the select list: https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Cparam.3E_tag_set I’ve included the information from this

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-10-02 Thread Björn Grüning
Thanks Greg for this nice example, I guess this is useful for others as well! I will try to put it into the Wiki soon. Am 30.09.2015 um 20:05 schrieb Greg Von Kuster: > Here’s the answer to my question: > > The ability to use associated dynamic select lists on Galaxy tool forms where > selecting

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-30 Thread Aysam Guerler
Well I guess it doesn't matter, glad it works now. On Wed, Sep 30, 2015 at 2:47 PM, Aysam Guerler wrote: > If the select field did not properly render before, it should not render > properly now. > ___ Please keep all replies on the list by

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-30 Thread Aysam Guerler
If the select field did not properly render before, it should not render properly now. ___ 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 t

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-30 Thread Greg Von Kuster
The answer for this is available here: http://dev.list.galaxyproject.org/Question-about-using-dynamic-options-and-refresh-on-change-for-rendering-2-associated-select-lists-td4667950.html#none > On Sep 20, 2015, at 9:56 PM, Greg Von Kuster wrote: > > Thanks Sam, > > I’ll repost my original que

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-30 Thread Greg Von Kuster
Here’s the answer to my question: The ability to use associated dynamic select lists on Galaxy tool forms where selecting an option in the first select list dynamically re-renders the options in the second select list is possible after this change: https://github.com/galaxyproject/galaxy/pull/8

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-20 Thread Greg Von Kuster
Thanks Sam, I’ll repost my original question to see if someone can provide an answer. Greg Von Kuster > On Sep 18, 2015, at 4:20 PM, Aysam Guerler > wrote: > > Hi Greg, > > I am not sure which data source would be the most suitable for your use case > (maybe s

[galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-20 Thread Greg Von Kuster
Hello all, I’m working on adding support to the Galaxy framework for datatypes in the constructive solid geometry (CSG) space and I have several working Galaxy tools and a visualization plugin that deal with 3d shapes in this environment. All of this work will soon be contributed to open sourc

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-20 Thread Greg Von Kuster
Thanks Sam, I’ll repost my original question to see if someone can provide an answer. Greg Von Kuster > On Sep 18, 2015, at 4:20 PM, Aysam Guerler > wrote: > > Hi Greg, > > I am not sure which data source would be the most suitable for your use case > (maybe s

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-18 Thread Aysam Guerler
Hi Greg, I am not sure which data source would be the most suitable for your use case (maybe someone else can help here) but either should work and refresh properly if filtered properly. Thanks, Sam On Fri, Sep 18, 2015 at 11:02 AM, Greg Von Kuster wrote: > Hi Sam, > > I have another related q

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-18 Thread Greg Von Kuster
Hi Sam, I have another related question that I’m hoping you can help with. In my case, the dataset contains the information I need as the contents of the test_select_options.txt file, so that file is not static. The values that are needed to provide the options in my select list 2 would have

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-18 Thread Greg Von Kuster
Hi Sam, Thanks for the pointer to the Trello card. I noticed the card is kind of old (I think it predates data tables), so I just wanted to confirm the approach. For my tool, should I use the existing from_file option for dynamic options (call the file test_select_options.txt”) with the file

Re: [galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-18 Thread Aysam Guerler
Hi Greg, The tool form supports multiple dynamic fields which depend on each other. You may want to take a look at this: https://trello.com/c/NOmjJxCi/428-305-potential-bug-in-dynamic-options-filters . Hope this helps, Sam On Fri, Sep 18, 2015 at 8:30 AM, Greg Von Kuster wrote: > Hello all, >

[galaxy-dev] Question about using dynamic options and refresh_on_change for rendering 2 associated select lists

2015-09-18 Thread Greg Von Kuster
Hello all, I’m working on adding support to the Galaxy framework for datatypes in the constructive solid geometry (CSG) space and I have several working Galaxy tools and a visualization plugin that deal with 3d shapes in this environment. All of this work will soon be contributed to open sourc