Re: [galaxy-dev] testing the visualization plugins

2014-08-28 Thread Hans-Rudolf Hotz
Hi Carl What was the datatype (listed as 'format') of the dataset you tested with here?: However, if I hoover over the bar-plot icon, Visualize in Trackster pops up (instead of just Visualize) any data type, eg wig, tabular, bed, etc I currently have: 'result_type=datatypedata.Data'

Re: [galaxy-dev] testing the visualization plugins

2014-08-28 Thread Carl Eberhard
Ok - thanks! That is strange: the server seems to be configured properly for all the new plugins but the client side believes only trackster is available. Let's try two things: *First*, let's clear the browser cache to rule out that annoyance: - In Chrome, I've had good luck with these

Re: [galaxy-dev] testing the visualization plugins

2014-08-28 Thread Hans-Rudolf Hotz
Hi Carl Thanks for your help - unfortunately no success so far Let's try two things: *First*, let's clear the browser cache to rule out that annoyance: This didn't change anything. I have also tried different computers and different browsers *Second*, let's see what the server ends

Re: [galaxy-dev] testing the visualization plugins

2014-08-28 Thread Carl Eberhard
Ok. Very strange. I'm unable to reproduce this with galaxy-dist 57d1b77 (stable). Can you apply the attached patch, load a history with a simple bed file (say: test-data/1.bed - or any bed file), and reply with what the logs say? You can safely revert that change after we're done. On Thu, Aug

[galaxy-dev] testing the visualization plugins

2014-08-27 Thread Hans-Rudolf Hotz
Hi As part of my upgrade/testing work, I am looking at the visualization plugins. In a new galaxy installation (latest_2014.08.11), they (ie 'Charts', 'Scatterplot', and 'Trackster') seem to work fine. All I have done was: - I defined the visualization_plugins_directory in the

Re: [galaxy-dev] testing the visualization plugins

2014-08-27 Thread Carl Eberhard
Hi, Hans, What was the datatype (listed as 'format') of the dataset you tested with here?: However, if I hoover over the bar-plot icon, Visualize in Trackster pops up (instead of just Visualize) Trackster by default accepts all datatypes (all subclasses inheriting data.Data) and is the only

Re: [galaxy-dev] testing the visualization plugins

2014-08-27 Thread Carl Eberhard
(oops, to continue the truncated sentence in the prev. email): You can change that by editing the ... config/trackster.xml 'datatype' as you did in your email to restrict what Trackster can run on. (sorry about that) On Wed, Aug 27, 2014 at 9:39 AM, Carl Eberhard carlfeberh...@gmail.com wrote: