Tabular data not displaying in main panel
Hi all, Multiple users of our internal Galaxy server have reported with multiple browsers that tabular data is not displayed in the main central panel. The preview in the history works, but clicking on the "eye" icon gives a blank page. I can confirm this in Firefox 24.0 and Safari 6.0.5, the HTML for the central frame looks blank but is actually a script when viewed via the frame source. The tabular file data is there in the script's first_data_chunk entry - but does not get shown. An except is shown below. Has anyone else noticed this problem? I believe it began when I last updated this Galaxy instance, but was not noticed immediately. Thanks, Peter ----------------------- I believe we are running the current stable release, or at least the latest commit on the default branch from galaxy-dist $ hg pull warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting) real URL is https://bitbucket.org/galaxy/galaxy-dist pulling from http://bitbucket.org/galaxy/galaxy-dist searching for changes no changes found $ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg branch default [galaxy@ppserver galaxy-dist]$ hg log -b default | head changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy. changeset: 10410:e9ee9c5d30ae user: Dave Bouvier <dave@bx.psu.edu> date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ... ----------------------- <!DOCTYPE HTML> <html> <!--base.mako--> <head> <title>Dataset Display</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/galaxy/static/style/base.css?v=1380731103" media="screen" rel="Stylesheet" type="text/css" /> <script src="/galaxy/static/scripts/libs/jquery/jquery.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/jquery.migrate.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/select2.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/bootstrap.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/underscore.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone-relational.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/handlebars.runtime.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/galaxy.base.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/templates/compiled/template-popupmenu-menu.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/mvc/ui.js?v=1380731103" type="text/javascript"></script> <script type="text/javascript"> // console protection window.console = window.console || { log : function(){}, debug : function(){}, info : function(){}, warn : function(){}, error : function(){}, assert : function(){} }; // Set up needed paths. var galaxy_paths = new GalaxyPaths({ root_path: '/galaxy/', image_path: '/galaxy/static/images' }); </script> <script src="/galaxy/static/scripts/libs/require.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/templates/compiled/helpers-common-templates.js?v=1380731103" type="text/javascript"></script> <script type="text/javascript"> require.config({ baseUrl: "/galaxy/static/scripts", shim: { "libs/backbone/backbone": { exports: "Backbone" }, "libs/backbone/backbone-relational": ["libs/backbone/backbone"] } }); require(['mvc/data'], function(data) { data.createTabularDatasetChunkedView( _.extend( {"misc_blurb": "7,891 lines", "peek": "<table cellspacing=\"0\" cellpadding=\"3\"><tr><th>1</th><th>2</th><th>3</th></tr><tr><td>Gpa_EST_02_04___C05_022</td><td>GO:0005737</td><td>...</td></tr></table>", "data_type": "tabular", "deleted": false, "history_id": "cdbf837ba6516a14", "metadata_column_names": null, "visible": true, "genome_build": "?", "hid": 10, "file_size": 509095, "metadata_data_lines": 7891, "file_ext": "tabular", "id": "0ddcd2cf2375e24a", "misc_info": "\nBLASTX output identified\nInput has 4507 queries\nDone\nStandard out:\nBlast2GO Pipeline Version 2.5.0\n--------------------------------------\n\nHash for resource ec2go_19072011.txt of type ec created. 4003 associations loaded.\nBlast2GO build: 23092011\nChange ", "hda_ldda": "hda", "name": "Blast2GO Local database (May 2011)", "metadata_columns": 3, "uuid": null, "state": "ok", "metadata_comment_lines": null, "model_class": "HistoryDatasetAssociation", "metadata_dbkey": "?", "purged": false, "metadata_column_types": ["str", "str", "str"]}, { url_viz: "/galaxy/visualization", chunk_url: "/galaxy/dataset/display?dataset_id=0ddcd2cf2375e24a", first_data_chunk: {"ck_index": 1, "ck_data": "Gpa_EST_02_04___C05_022\tGO:0005737\tn-dimethylarginine dimethylaminohydrolase\n...\n"} } ), // Append view to body. $('body') ); }); </script> </head> <body> </body> </html> --
Hi Peter, we can confirm. Latest Galaxy stable version and its occurring randomly. I was not able to reproduce it by myself. Cheers, Bjoern
Hi all,
Multiple users of our internal Galaxy server have reported with multiple browsers that tabular data is not displayed in the main central panel. The preview in the history works, but clicking on the "eye" icon gives a blank page.
I can confirm this in Firefox 24.0 and Safari 6.0.5, the HTML for the central frame looks blank but is actually a script when viewed via the frame source. The tabular file data is there in the script's first_data_chunk entry - but does not get shown. An except is shown below.
Has anyone else noticed this problem? I believe it began when I last updated this Galaxy instance, but was not noticed immediately.
Thanks,
Peter
-----------------------
I believe we are running the current stable release, or at least the latest commit on the default branch from galaxy-dist
$ hg pull warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting) real URL is https://bitbucket.org/galaxy/galaxy-dist pulling from http://bitbucket.org/galaxy/galaxy-dist searching for changes no changes found
$ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch default
[galaxy@ppserver galaxy-dist]$ hg log -b default | head changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy.
changeset: 10410:e9ee9c5d30ae user: Dave Bouvier <dave@bx.psu.edu> date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ...
-----------------------
<!DOCTYPE HTML> <html> <!--base.mako--> <head> <title>Dataset Display</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/galaxy/static/style/base.css?v=1380731103" media="screen" rel="Stylesheet" type="text/css" />
<script src="/galaxy/static/scripts/libs/jquery/jquery.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/jquery.migrate.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/select2.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/bootstrap.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/underscore.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone-relational.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/handlebars.runtime.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/galaxy.base.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/templates/compiled/template-popupmenu-menu.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/mvc/ui.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> // console protection window.console = window.console || { log : function(){}, debug : function(){}, info : function(){}, warn : function(){}, error : function(){}, assert : function(){} };
// Set up needed paths. var galaxy_paths = new GalaxyPaths({ root_path: '/galaxy/', image_path: '/galaxy/static/images' }); </script>
<script src="/galaxy/static/scripts/libs/require.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/templates/compiled/helpers-common-templates.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> require.config({ baseUrl: "/galaxy/static/scripts", shim: { "libs/backbone/backbone": { exports: "Backbone" }, "libs/backbone/backbone-relational": ["libs/backbone/backbone"] } });
require(['mvc/data'], function(data) { data.createTabularDatasetChunkedView( _.extend( {"misc_blurb": "7,891 lines", "peek": "<table cellspacing=\"0\" cellpadding=\"3\"><tr><th>1</th><th>2</th><th>3</th></tr><tr><td>Gpa_EST_02_04___C05_022</td><td>GO:0005737</td><td>...</td></tr></table>", "data_type": "tabular", "deleted": false, "history_id": "cdbf837ba6516a14", "metadata_column_names": null, "visible": true, "genome_build": "?", "hid": 10, "file_size": 509095, "metadata_data_lines": 7891, "file_ext": "tabular", "id": "0ddcd2cf2375e24a", "misc_info": "\nBLASTX output identified\nInput has 4507 queries\nDone\nStandard out:\nBlast2GO Pipeline Version 2.5.0\n--------------------------------------\n\nHash for resource ec2go_19072011.txt of type ec created. 4003 associations loaded.\nBlast2GO build: 23092011\nChange ", "hda_ldda": "hda", "name": "Blast2GO Local database (May 2011)", "metadata_columns": 3, "uuid": null, "state": "ok", "metadata_comment_lines": null, "model_class": "HistoryDatasetAssociation", "metadata_dbkey": "?", "purged": false, "metadata_column_types": ["str", "str", "str"]}, { url_viz: "/galaxy/visualization", chunk_url: "/galaxy/dataset/display?dataset_id=0ddcd2cf2375e24a", first_data_chunk: {"ck_index": 1, "ck_data": "Gpa_EST_02_04___C05_022\tGO:0005737\tn-dimethylarginine dimethylaminohydrolase\n...\n"} } ), // Append view to body. $('body') ); }); </script>
</head> <body>
</body> </html>
-- ___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
Hi Peter, Does the Javascript console of the browser show any error messages? Thanks, Sam On Wed, Oct 2, 2013 at 2:48 PM, Björn Grüning < bjoern.gruening@pharmazie.uni-freiburg.de> wrote:
Hi Peter,
we can confirm. Latest Galaxy stable version and its occurring randomly. I was not able to reproduce it by myself.
Cheers, Bjoern
Hi all,
Multiple users of our internal Galaxy server have reported with multiple browsers that tabular data is not displayed in the main central panel. The preview in the history works, but clicking on the "eye" icon gives a blank page.
I can confirm this in Firefox 24.0 and Safari 6.0.5, the HTML for the central frame looks blank but is actually a script when viewed via the frame source. The tabular file data is there in the script's first_data_chunk entry - but does not get shown. An except is shown below.
Has anyone else noticed this problem? I believe it began when I last updated this Galaxy instance, but was not noticed immediately.
Thanks,
Peter
-----------------------
I believe we are running the current stable release, or at least the latest commit on the default branch from galaxy-dist
$ hg pull warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting) real URL is https://bitbucket.org/galaxy/galaxy-dist pulling from http://bitbucket.org/galaxy/galaxy-dist searching for changes no changes found
$ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch default
[galaxy@ppserver galaxy-dist]$ hg log -b default | head changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy.
changeset: 10410:e9ee9c5d30ae user: Dave Bouvier <dave@bx.psu.edu> date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ...
-----------------------
<!DOCTYPE HTML> <html> <!--base.mako--> <head> <title>Dataset Display</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/galaxy/static/style/base.css?v=1380731103" media="screen" rel="Stylesheet" type="text/css" />
<script src="/galaxy/static/scripts/libs/jquery/jquery.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/jquery.migrate.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/select2.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/bootstrap.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/underscore.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone-relational.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/handlebars.runtime.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/galaxy.base.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/templates/compiled/template-popupmenu-menu.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/mvc/ui.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> // console protection window.console = window.console || { log : function(){}, debug : function(){}, info : function(){}, warn : function(){}, error : function(){}, assert : function(){} };
// Set up needed paths. var galaxy_paths = new GalaxyPaths({ root_path: '/galaxy/', image_path: '/galaxy/static/images' }); </script>
<script src="/galaxy/static/scripts/libs/require.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/templates/compiled/helpers-common-templates.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> require.config({ baseUrl: "/galaxy/static/scripts", shim: { "libs/backbone/backbone": { exports: "Backbone" }, "libs/backbone/backbone-relational": ["libs/backbone/backbone"] } });
require(['mvc/data'], function(data) { data.createTabularDatasetChunkedView( _.extend( {"misc_blurb": "7,891 lines", "peek": "<table cellspacing=\"0\"
cellpadding=\"3\"><tr><th>1</th><th>2</th><th>3</th></tr><tr><td>Gpa_EST_02_04___C05_022</td><td>GO:0005737</td><td>...</td></tr></table>",
"data_type": "tabular", "deleted": false, "history_id": "cdbf837ba6516a14", "metadata_column_names": null, "visible": true, "genome_build": "?", "hid": 10, "file_size": 509095, "metadata_data_lines": 7891, "file_ext": "tabular", "id": "0ddcd2cf2375e24a", "misc_info": "\nBLASTX output identified\nInput has 4507 queries\nDone\nStandard out:\nBlast2GO Pipeline Version 2.5.0\n--------------------------------------\n\nHash for resource ec2go_19072011.txt of type ec created. 4003 associations loaded.\nBlast2GO build: 23092011\nChange ", "hda_ldda": "hda", "name": "Blast2GO Local database (May 2011)", "metadata_columns": 3, "uuid": null, "state": "ok", "metadata_comment_lines": null, "model_class": "HistoryDatasetAssociation", "metadata_dbkey": "?", "purged": false, "metadata_column_types": ["str", "str", "str"]}, { url_viz: "/galaxy/visualization", chunk_url: "/galaxy/dataset/display?dataset_id=0ddcd2cf2375e24a", first_data_chunk: {"ck_index": 1, "ck_data": "Gpa_EST_02_04___C05_022\tGO:0005737\tn-dimethylarginine dimethylaminohydrolase\n...\n"} } ), // Append view to body. $('body') ); }); </script>
</head> <body>
</body> </html>
-- ___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
Hi Peter and Bjoern we had similar problems in August, when we upgraded to 'release_2013.06.03'. The problem has disappeared now. At the time I had the suspicion, it only happened to browser sessions which were already open before the upgrade, Hence, closing the browser, and starting again helped. But this was just a guess. Regards, Hans-Rudolf On 10/02/2013 08:48 PM, Björn Grüning wrote:
Hi Peter,
we can confirm. Latest Galaxy stable version and its occurring randomly. I was not able to reproduce it by myself.
Cheers, Bjoern
Hi all,
Multiple users of our internal Galaxy server have reported with multiple browsers that tabular data is not displayed in the main central panel. The preview in the history works, but clicking on the "eye" icon gives a blank page.
I can confirm this in Firefox 24.0 and Safari 6.0.5, the HTML for the central frame looks blank but is actually a script when viewed via the frame source. The tabular file data is there in the script's first_data_chunk entry - but does not get shown. An except is shown below.
Has anyone else noticed this problem? I believe it began when I last updated this Galaxy instance, but was not noticed immediately.
Thanks,
Peter
-----------------------
I believe we are running the current stable release, or at least the latest commit on the default branch from galaxy-dist
$ hg pull warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting) real URL is https://bitbucket.org/galaxy/galaxy-dist pulling from http://bitbucket.org/galaxy/galaxy-dist searching for changes no changes found
$ hg update 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch default
[galaxy@ppserver galaxy-dist]$ hg log -b default | head changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy.
changeset: 10410:e9ee9c5d30ae user: Dave Bouvier <dave@bx.psu.edu> date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ...
-----------------------
<!DOCTYPE HTML> <html> <!--base.mako--> <head> <title>Dataset Display</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/galaxy/static/style/base.css?v=1380731103" media="screen" rel="Stylesheet" type="text/css" />
<script src="/galaxy/static/scripts/libs/jquery/jquery.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/jquery.migrate.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/jquery/select2.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/bootstrap.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/underscore.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/backbone/backbone-relational.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/libs/handlebars.runtime.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/galaxy.base.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/templates/compiled/template-popupmenu-menu.js?v=1380731103" type="text/javascript"></script>
<script src="/galaxy/static/scripts/mvc/ui.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> // console protection window.console = window.console || { log : function(){}, debug : function(){}, info : function(){}, warn : function(){}, error : function(){}, assert : function(){} };
// Set up needed paths. var galaxy_paths = new GalaxyPaths({ root_path: '/galaxy/', image_path: '/galaxy/static/images' }); </script>
<script src="/galaxy/static/scripts/libs/require.js?v=1380731103" type="text/javascript"></script> <script src="/galaxy/static/scripts/templates/compiled/helpers-common-templates.js?v=1380731103" type="text/javascript"></script>
<script type="text/javascript"> require.config({ baseUrl: "/galaxy/static/scripts", shim: { "libs/backbone/backbone": { exports: "Backbone" }, "libs/backbone/backbone-relational": ["libs/backbone/backbone"] } });
require(['mvc/data'], function(data) { data.createTabularDatasetChunkedView( _.extend( {"misc_blurb": "7,891 lines", "peek": "<table cellspacing=\"0\" cellpadding=\"3\"><tr><th>1</th><th>2</th><th>3</th></tr><tr><td>Gpa_EST_02_04___C05_022</td><td>GO:0005737</td><td>...</td></tr></table>", "data_type": "tabular", "deleted": false, "history_id": "cdbf837ba6516a14", "metadata_column_names": null, "visible": true, "genome_build": "?", "hid": 10, "file_size": 509095, "metadata_data_lines": 7891, "file_ext": "tabular", "id": "0ddcd2cf2375e24a", "misc_info": "\nBLASTX output identified\nInput has 4507 queries\nDone\nStandard out:\nBlast2GO Pipeline Version 2.5.0\n--------------------------------------\n\nHash for resource ec2go_19072011.txt of type ec created. 4003 associations loaded.\nBlast2GO build: 23092011\nChange ", "hda_ldda": "hda", "name": "Blast2GO Local database (May 2011)", "metadata_columns": 3, "uuid": null, "state": "ok", "metadata_comment_lines": null, "model_class": "HistoryDatasetAssociation", "metadata_dbkey": "?", "purged": false, "metadata_column_types": ["str", "str", "str"]}, { url_viz: "/galaxy/visualization", chunk_url: "/galaxy/dataset/display?dataset_id=0ddcd2cf2375e24a", first_data_chunk: {"ck_index": 1, "ck_data": "Gpa_EST_02_04___C05_022\tGO:0005737\tn-dimethylarginine dimethylaminohydrolase\n...\n"} } ), // Append view to body. $('body') ); }); </script>
</head> <body>
</body> </html>
-- ___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
On Thu, Oct 3, 2013 at 8:02 AM, Hans-Rudolf Hotz <hrh@fmi.ch> wrote:
Hi Peter and Bjoern
we had similar problems in August, when we upgraded to 'release_2013.06.03'. The problem has disappeared now.
At the time I had the suspicion, it only happened to browser sessions which were already open before the upgrade, Hence, closing the browser, and starting again helped. But this was just a guess.
Regards, Hans-Rudolf
Thanks Hans, On my machine restarting the browser made no difference. Also (within Galaxy) logging out and logging in made no difference. On Wed, Oct 2, 2013 at 7:56 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
Does the Javascript console of the browser show any error messages?
Thanks, Sam
Under Firefox, there are lots of (what I assume are harmless) CSS warnings. Also: [10:05:12.293] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1 [10:05:12.291] "TabularButtonTrackster : Chromosome column undefined." Peter
Hi Peter, I cannot reproduce the type error you are observing, but that one might be critical. The second message is rather an information than an error message. Is it possible that data.js is modified in your local galaxy version? You could apply an hg diff on data.js or maybe send the first few code lines in order verify this? Thanks, Sam On Thu, Oct 3, 2013 at 5:09 AM, Peter Cock <p.j.a.cock@googlemail.com>wrote:
On Thu, Oct 3, 2013 at 8:02 AM, Hans-Rudolf Hotz <hrh@fmi.ch> wrote:
Hi Peter and Bjoern
we had similar problems in August, when we upgraded to 'release_2013.06.03'. The problem has disappeared now.
At the time I had the suspicion, it only happened to browser sessions which were already open before the upgrade, Hence, closing the browser, and starting again helped. But this was just a guess.
Regards, Hans-Rudolf
Thanks Hans,
On my machine restarting the browser made no difference.
Also (within Galaxy) logging out and logging in made no difference.
On Wed, Oct 2, 2013 at 7:56 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
Does the Javascript console of the browser show any error messages?
Thanks, Sam
Under Firefox, there are lots of (what I assume are harmless) CSS warnings. Also:
[10:05:12.293] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1 [10:05:12.291] "TabularButtonTrackster : Chromosome column undefined."
Peter ___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
On Thu, Oct 3, 2013 at 2:47 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
I cannot reproduce the type error you are observing, but that one might be critical. The second message is rather an information than an error message. Is it possible that data.js is modified in your local galaxy version? You could apply an hg diff on data.js or maybe send the first few code lines in order verify this?
Thanks, Sam
Thanks Sam, Unfortunately my data.js seems to match galaxy-dist perfectly: $ wget https://bitbucket.org/galaxy/galaxy-dist/raw/c42567f43aa762a45f7eb7fc0917260... ... $ diff data.js /mnt/galaxy/galaxy-dist/static/scripts/mvc/data.js (no difference) I wonder if part of the issue is which tool created the tabular file, and if it uses some of the special column names like chromosome etc. The tools I've noticed this with do not use column name metadata (but do tend to have a #comment line with column names as the first line). Peter
The good news is that running the default branch from galaxy-central seems to work, so at some point the fix/change/regression should reach the stable releases on galaxy-dist as well. Peter On Thu, Oct 3, 2013 at 3:12 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Thu, Oct 3, 2013 at 2:47 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
I cannot reproduce the type error you are observing, but that one might be critical. The second message is rather an information than an error message. Is it possible that data.js is modified in your local galaxy version? You could apply an hg diff on data.js or maybe send the first few code lines in order verify this?
Thanks, Sam
Thanks Sam,
Unfortunately my data.js seems to match galaxy-dist perfectly:
$ wget https://bitbucket.org/galaxy/galaxy-dist/raw/c42567f43aa762a45f7eb7fc0917260... ... $ diff data.js /mnt/galaxy/galaxy-dist/static/scripts/mvc/data.js (no difference)
I wonder if part of the issue is which tool created the tabular file, and if it uses some of the special column names like chromosome etc. The tools I've noticed this with do not use column name metadata (but do tend to have a #comment line with column names as the first line).
Peter
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I see the same issue, repeatedly on my galaxy instance. Running unmodified from the galaxy-dist/default branch. Since I'm running the uncompressed data.js, I get a bit more information from my errors than Peter's
[10:05:12.293] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1 [10:05:12.291] "TabularButtonTrackster : Chromosome column undefined."
Mine points to line 188 in data.js, specifically the "else if" in this function. _renderCell: function(cell_contents, index, colspan) { var column_types = this.model.get_metadata('column_types'); if (colspan !== undefined) { return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } else if (column_types[index] === 'str' || column_types === 'list') { /* Left align all str columns, right align the rest */ return $('<td>').addClass('stringalign').text(cell_contents); } else { return $('<td>').text(cell_contents); } }, I get an error: "Uncaught TypeError: Cannot read property '0' of undefined", indicating that upon attempting to read index 0 of "column_types" it determines that column_types is null. I commented out the else-if block and found that everything else was working, it just rendered as right aligned. Hope this helps! Eric Rasche On 10/03/2013 10:44 AM, Peter Cock wrote:
The good news is that running the default branch from galaxy-central seems to work, so at some point the fix/change/regression should reach the stable releases on galaxy-dist as well.
Peter
On Thu, Oct 3, 2013 at 3:12 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Thu, Oct 3, 2013 at 2:47 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
I cannot reproduce the type error you are observing, but that one might be critical. The second message is rather an information than an error message. Is it possible that data.js is modified in your local galaxy version? You could apply an hg diff on data.js or maybe send the first few code lines in order verify this?
Thanks, Sam
Thanks Sam,
Unfortunately my data.js seems to match galaxy-dist perfectly:
$ wget https://bitbucket.org/galaxy/galaxy-dist/raw/c42567f43aa762a45f7eb7fc0917260... ... $ diff data.js /mnt/galaxy/galaxy-dist/static/scripts/mvc/data.js (no difference)
I wonder if part of the issue is which tool created the tabular file, and if it uses some of the special column names like chromosome etc. The tools I've noticed this with do not use column name metadata (but do tend to have a #comment line with column names as the first line).
Peter
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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAEBAgAGBQJSTZf+AAoJEMqDXdrsMcpVUI8P/2MhPwHy7+YeLuK+5isq1rDl zEqAxRXXRc28IkHkJnvUm5CpRAdhGZse+ICUHU0CMDWXOrIy9+1eGQzGSeNmeWzD rUIil6PSdR6lMQOXhJ2cgeQYrz5ACu9XIlYjE9ZRD/cAT0I+M4llpCK+iZH1ZIbq ZGi7tBTANNuRoP9qP6iv0o2SaXHw/ly4Gs06yxOG536IaHfns51LQXXUr3055aR/ hj3fq2IfpCOr1GQyMvZUnwMqhLjk/eUhG9mXs2UJlfnLD3YXimCpwju7GBmh4/Sd T+GZUPZs9V2qG23zCCnr3kGZWWt8K3v9SUnxY1in/cTjaSZidh8PrdROBVw2KtI2 fSvSAGAVm0zm7yHIkyMLjNPLATRE12Qq2uqBnD+mNTYM71xyiidsfC+7X/g/widM +yeiWZrDayFhhDoe4bHYqDH4lNztorTcFioHMESLTv2OirPBERIv/TT7kqn56Czl 7BoPGV6mMvcGjt/ULX+nDfbuymcbzDctn1UzfKqvVkhWQK3JOHz2lJbEvHf11dZe t8Bv6Sq/6gRrk3z49qoBgMp7aoA4c2ZoS7Tm/NkJCf3lreVtkz6tA2GKMEmrJLqY ZqfE+7NwG+MorG+OvgQbj/VKjzowDKaeZgkAShIRjLC51oRA7t2MtwzyM3H4Ur7x Lk5qkZHn+yRNcDRqYXJh =VoDi -----END PGP SIGNATURE-----
Thanks Eric. I updated the data.js file in an attempt to catch this error. On Thu, Oct 3, 2013 at 12:14 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I see the same issue, repeatedly on my galaxy instance. Running unmodified from the galaxy-dist/default branch.
Since I'm running the uncompressed data.js, I get a bit more information from my errors than Peter's
[10:05:12.293] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1 [10:05:12.291] "TabularButtonTrackster : Chromosome column undefined."
Mine points to line 188 in data.js, specifically the "else if" in this function.
_renderCell: function(cell_contents, index, colspan) { var column_types = this.model.get_metadata('column_types'); if (colspan !== undefined) { return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } else if (column_types[index] === 'str' || column_types === 'list') { /* Left align all str columns, right align the rest */ return $('<td>').addClass('stringalign').text(cell_contents); } else { return $('<td>').text(cell_contents); } },
I get an error:
"Uncaught TypeError: Cannot read property '0' of undefined", indicating that upon attempting to read index 0 of "column_types" it determines that column_types is null.
I commented out the else-if block and found that everything else was working, it just rendered as right aligned.
Hope this helps!
Eric Rasche
The good news is that running the default branch from galaxy-central seems to work, so at some point the fix/change/regression should reach the stable releases on galaxy-dist as well.
Peter
On Thu, Oct 3, 2013 at 3:12 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Thu, Oct 3, 2013 at 2:47 PM, sam guerler <aysam.guerler@gmail.com> wrote:
Hi Peter,
I cannot reproduce the type error you are observing, but that one might be critical. The second message is rather an information than an error message. Is it possible that data.js is modified in your local galaxy version? You could apply an hg diff on data.js or maybe send the first few code
On 10/03/2013 10:44 AM, Peter Cock wrote: lines in
order verify this?
Thanks, Sam
Thanks Sam,
Unfortunately my data.js seems to match galaxy-dist perfectly:
$ wget https://bitbucket.org/galaxy/galaxy-dist/raw/c42567f43aa762a45f7eb7fc0917260... ... $ diff data.js /mnt/galaxy/galaxy-dist/static/scripts/mvc/data.js (no difference)
I wonder if part of the issue is which tool created the tabular file, and if it uses some of the special column names like chromosome etc. The tools I've noticed this with do not use column name metadata (but do tend to have a #comment line with column names as the first line).
Peter
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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux)
iQIcBAEBAgAGBQJSTZf+AAoJEMqDXdrsMcpVUI8P/2MhPwHy7+YeLuK+5isq1rDl zEqAxRXXRc28IkHkJnvUm5CpRAdhGZse+ICUHU0CMDWXOrIy9+1eGQzGSeNmeWzD rUIil6PSdR6lMQOXhJ2cgeQYrz5ACu9XIlYjE9ZRD/cAT0I+M4llpCK+iZH1ZIbq ZGi7tBTANNuRoP9qP6iv0o2SaXHw/ly4Gs06yxOG536IaHfns51LQXXUr3055aR/ hj3fq2IfpCOr1GQyMvZUnwMqhLjk/eUhG9mXs2UJlfnLD3YXimCpwju7GBmh4/Sd T+GZUPZs9V2qG23zCCnr3kGZWWt8K3v9SUnxY1in/cTjaSZidh8PrdROBVw2KtI2 fSvSAGAVm0zm7yHIkyMLjNPLATRE12Qq2uqBnD+mNTYM71xyiidsfC+7X/g/widM +yeiWZrDayFhhDoe4bHYqDH4lNztorTcFioHMESLTv2OirPBERIv/TT7kqn56Czl 7BoPGV6mMvcGjt/ULX+nDfbuymcbzDctn1UzfKqvVkhWQK3JOHz2lJbEvHf11dZe t8Bv6Sq/6gRrk3z49qoBgMp7aoA4c2ZoS7Tm/NkJCf3lreVtkz6tA2GKMEmrJLqY ZqfE+7NwG+MorG+OvgQbj/VKjzowDKaeZgkAShIRjLC51oRA7t2MtwzyM3H4Ur7x Lk5qkZHn+yRNcDRqYXJh =VoDi -----END PGP SIGNATURE-----
Hi Sam, any chance to commit that fix to Galaxy-stable? Thanks! Bjoern
Thanks Eric. I updated the data.js file in an attempt to catch this error.
On Thu, Oct 3, 2013 at 12:14 PM, Eric Rasche <rasche.eric@yandex.ru> wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I see the same issue, repeatedly on my galaxy instance. Running unmodified from the galaxy-dist/default branch.
Since I'm running the uncompressed data.js, I get a bit more information from my errors than Peter's
> [10:05:12.293] TypeError: j is undefined @ > http://xxx/galaxy/static/scripts/mvc/data.js:1 > [10:05:12.291] "TabularButtonTrackster : Chromosome column > undefined."
Mine points to line 188 in data.js, specifically the "else if" in this function.
_renderCell: function(cell_contents, index, colspan) { var column_types = this.model.get_metadata('column_types'); if (colspan !== undefined) { return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } else if (column_types[index] === 'str' || column_types === 'list') { /* Left align all str columns, right align the rest */ return $('<td>').addClass('stringalign').text(cell_contents); } else { return $('<td>').text(cell_contents); } },
I get an error:
"Uncaught TypeError: Cannot read property '0' of undefined", indicating that upon attempting to read index 0 of "column_types" it determines that column_types is null.
I commented out the else-if block and found that everything else was working, it just rendered as right aligned.
Hope this helps!
Eric Rasche
On 10/03/2013 10:44 AM, Peter Cock wrote: > The good news is that running the default branch from galaxy-central > seems to work, so at some point the fix/change/regression should > reach the stable releases on galaxy-dist as well. > > Peter > > > On Thu, Oct 3, 2013 at 3:12 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote: >> On Thu, Oct 3, 2013 at 2:47 PM, sam guerler <aysam.guerler@gmail.com> wrote: >>> Hi Peter, >>> >>> I cannot reproduce the type error you are observing, but that one might be >>> critical. The second message is rather an information than an error message. >>> Is it possible that data.js is modified in your local galaxy version? You >>> could apply an hg diff on data.js or maybe send the first few code lines in >>> order verify this? >>> >>> Thanks, >>> Sam >> >> Thanks Sam, >> >> Unfortunately my data.js seems to match galaxy-dist perfectly: >> >> $ wget https://bitbucket.org/galaxy/galaxy-dist/raw/c42567f43aa762a45f7eb7fc0917260... >> ... >> $ diff data.js /mnt/galaxy/galaxy-dist/static/scripts/mvc/data.js >> (no difference) >> >> I wonder if part of the issue is which tool created the tabular file, and >> if it uses some of the special column names like chromosome etc. >> The tools I've noticed this with do not use column name metadata >> (but do tend to have a #comment line with column names as the >> first line). >> >> Peter
> ___________________________________________________________ > 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/ > > To search Galaxy mailing lists use the unified search at: > http://galaxyproject.org/search/mailinglists/ >
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux)
iQIcBAEBAgAGBQJSTZf+AAoJEMqDXdrsMcpVUI8P/2MhPwHy7+YeLuK +5isq1rDl zEqAxRXXRc28IkHkJnvUm5CpRAdhGZse+ICUHU0CMDWXOrIy9 +1eGQzGSeNmeWzD rUIil6PSdR6lMQOXhJ2cgeQYrz5ACu9XIlYjE9ZRD/cAT0I+M4llpCK +iZH1ZIbq ZGi7tBTANNuRoP9qP6iv0o2SaXHw/ly4Gs06yxOG536IaHfns51LQXXUr3055aR/ hj3fq2IfpCOr1GQyMvZUnwMqhLjk/eUhG9mXs2UJlfnLD3YXimCpwju7GBmh4/Sd T +GZUPZs9V2qG23zCCnr3kGZWWt8K3v9SUnxY1in/cTjaSZidh8PrdROBVw2KtI2 fSvSAGAVm0zm7yHIkyMLjNPLATRE12Qq2uqBnD+mNTYM71xyiidsfC +7X/g/widM +yeiWZrDayFhhDoe4bHYqDH4lNztorTcFioHMESLTv2OirPBERIv/TT7kqn56Czl 7BoPGV6mMvcGjt/ULX +nDfbuymcbzDctn1UzfKqvVkhWQK3JOHz2lJbEvHf11dZe t8Bv6Sq/6gRrk3z49qoBgMp7aoA4c2ZoS7Tm/NkJCf3lreVtkz6tA2GKMEmrJLqY ZqfE+7NwG+MorG +OvgQbj/VKjzowDKaeZgkAShIRjLC51oRA7t2MtwzyM3H4Ur7x Lk5qkZHn+yRNcDRqYXJh =VoDi -----END PGP SIGNATURE-----
___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
On Thu, Oct 3, 2013 at 6:34 PM, Björn Grüning <bjoern.gruening@pharmazie.uni-freiburg.de> wrote:
Hi Sam,
any chance to commit that fix to Galaxy-stable?
Thanks! Bjoern
The error Sam and Eric reported is different to mine, and so this doesn't solve the display issue on my machine: $ hg diff static/scripts/mvc/data.js diff -r c42567f43aa7 static/scripts/mvc/data.js --- a/static/scripts/mvc/data.js Mon Aug 19 13:19:56 2013 -0400 +++ b/static/scripts/mvc/data.js Fri Oct 04 09:44:39 2013 +0100 @@ -185,10 +185,10 @@ if (colspan !== undefined) { return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } - else if (column_types[index] === 'str' || column_types === 'list') { - /* Left align all str columns, right align the rest */ - return $('<td>').addClass('stringalign').text(cell_contents); - } + //else if (column_types[index] === 'str' || column_types === 'list') { + // /* Left align all str columns, right align the rest */ + // return $('<td>').addClass('stringalign').text(cell_contents); + //} else { return $('<td>').text(cell_contents); } This bit code hasn't changed on the galaxy-central, so whatever is breaking the column_types on Eric's machine seems to be coming from elsewhere. The workaround looks like it would have the downside of right align string columns, which is undesirable. Eric, is there a simple trick to get data.js into the browser with multiple lines? Right now Firefox tells me the 'j' error is on line one because the entire file is one long line :( [09:47:34.057] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1 Presumably I need Galaxy to serve data.js uncompressed? Thanks, Peter
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable. As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version. Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'. Cheers, Eric Peter Cock <p.j.a.cock@googlemail.com> schrieb:
On Thu, Oct 3, 2013 at 6:34 PM, Björn Grüning <bjoern.gruening@pharmazie.uni-freiburg.de> wrote:
Hi Sam,
any chance to commit that fix to Galaxy-stable?
Thanks! Bjoern
The error Sam and Eric reported is different to mine, and so this doesn't solve the display issue on my machine:
$ hg diff static/scripts/mvc/data.js diff -r c42567f43aa7 static/scripts/mvc/data.js --- a/static/scripts/mvc/data.js Mon Aug 19 13:19:56 2013 -0400 +++ b/static/scripts/mvc/data.js Fri Oct 04 09:44:39 2013 +0100 @@ -185,10 +185,10 @@ if (colspan !== undefined) { return $('<td>').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } - else if (column_types[index] === 'str' || column_types === 'list') { - /* Left align all str columns, right align the rest */ - return $('<td>').addClass('stringalign').text(cell_contents); - } + //else if (column_types[index] === 'str' || column_types === 'list') { + // /* Left align all str columns, right align the rest */ + // return $('<td>').addClass('stringalign').text(cell_contents); + //} else { return $('<td>').text(cell_contents); }
This bit code hasn't changed on the galaxy-central, so whatever is breaking the column_types on Eric's machine seems to be coming from elsewhere. The workaround looks like it would have the downside of right align string columns, which is undesirable.
Eric, is there a simple trick to get data.js into the browser with multiple lines? Right now Firefox tells me the 'j' error is on line one because the entire file is one long line :(
[09:47:34.057] TypeError: j is undefined @ http://xxx/galaxy/static/scripts/mvc/data.js:1
Presumably I need Galaxy to serve data.js uncompressed?
Thanks,
Peter
___________________________________________________________ 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/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable.
I would find this an improvement in the short term.
As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version.
How do I do this?
Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'.
I tried the fix by editing data.js but there was no change. If this is the same bug, then maybe a cached (compressed?) copy of data.js must still be in use. Thanks, Peter
On Fri, Oct 4, 2013 at 2:24 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable.
I would find this an improvement in the short term.
As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version.
How do I do this?
Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'.
I tried the fix by editing data.js but there was no change. If this is the same bug, then maybe a cached (compressed?) copy of data.js must still be in use.
In the meantime to help ensure this does get fixed in the next stable release, I filed an issue on Trello: https://trello.com/c/it0oXXeT/1190-tabular-data-not-displaying-in-main-panel... Peter
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Peter, On 10/17/2013 07:58 AM, Peter Cock wrote:
On Fri, Oct 4, 2013 at 2:24 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable.
I would find this an improvement in the short term.
As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version.
How do I do this?
Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'.
I tried the fix by editing data.js but there was no change. If this is the same bug, then maybe a cached (compressed?) copy of data.js must still be in use.
In the meantime to help ensure this does get fixed in the next stable release, I filed an issue on Trello:
https://trello.com/c/it0oXXeT/1190-tabular-data-not-displaying-in-main-panel...
Peter
Wonderful! However, in upgrading to the latest galaxy-dist release (Oct. 12), I saw my issue go away. Formatting is back and working. Is it the same for you? Regards, Eric - -- Eric Rasche Programmer II Center for Phage Technology Texas A&M University College Station, TX 77843 404-692-2048 esr@tamu.edu rasche.eric@yandex.ru -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSX/zAAAoJEMqDXdrsMcpV1KkQAIlZFZQt7N33zhWC/ydAsSWv yg+TLrTVABbDjzCATS3WYlj2zJXou4PxDjr4uFIlJT/oZ88t15Rmywep+cnm7ZL2 kqrPTeP4H6edtvr8iOakBfgSN6+wh/mwPTE3BeqEFi1vA4iTuW2r4Ze5mQaQ6+Wi B4Zd+lkElMClKO7UJ2wGFQrqFy90c629C3gHYDOO/igtkiqU6N0+GxS48pucF4Za oWObXdfg3OLHaooiW7gyR72/UJIF5O0XFaNZaQGD8OBN6/+epQQrMKZSJqMbXAzO 9yZhQ6/mz9PSh6hDzEF7/pi0KbF1g2aYWLCOD4h+rdQ2ULoMl2EpQF9qVT5RQbkS KiaTay36d8Jf243hU6WCd9wBmkP1Dn4JXW2DLLqpz5P42nVucatHdwZI8wumgXk3 uoOUZmGvZF6dnG8h45WwT0o5cXav9kwTcZmeDnCsTM0YQOrD5a5Nla+wOqgJdp+I Hg9xREo/SLu9nsUKAX9ZBijyaQt8JM+EqsR+iok4OanSmeiW5VvurPbrxYVnqQYB o6MZDkr/yLNhGSsLK2pPHfp395lZP0jkBVH49FJBs/upBz2L1d00fbxP8L5UZxYN pHKpMbeYnjDptu4OSXQBbjuVlou8PkUztofIiIvQVfrXs8XcHcpio47pXzUeqJfk +bKRTrbGslFsZSKqQfUZ =s/4f -----END PGP SIGNATURE-----
On Thu, Oct 17, 2013 at 4:05 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Peter,
On 10/17/2013 07:58 AM, Peter Cock wrote:
On Fri, Oct 4, 2013 at 2:24 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable.
I would find this an improvement in the short term.
As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version.
How do I do this?
Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'.
I tried the fix by editing data.js but there was no change. If this is the same bug, then maybe a cached (compressed?) copy of data.js must still be in use.
In the meantime to help ensure this does get fixed in the next stable release, I filed an issue on Trello:
https://trello.com/c/it0oXXeT/1190-tabular-data-not-displaying-in-main-panel...
Peter
Wonderful! However, in upgrading to the latest galaxy-dist release (Oct. 12), I saw my issue go away. Formatting is back and working. Is it the same for you?
Regards, Eric
Hi Eric, Its still broken on our production instance, which is running what I thought was the galaxy-dist current release Aug 12, 2013 Galaxy Distribution http://wiki.galaxyproject.org/DevNewsBriefs $ hg head changeset: 10421:a477486bf18e branch: stable tag: tip user: Nate Coraor <nate@bx.psu.edu> date: Thu Sep 26 11:02:58 2013 -0400 summary: Bugfix for tool-to-destination mapping, tool ids are lowercased but the mapping id was not lowercased. changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy. [galaxy@ppserver galaxy-dist]$ hg branch default Looking at https://bitbucket.org/galaxy/galaxy-dist/commits/all the latest commits are in September, so where did your Oct 12 release you are running come from? (I know this has been fixed on galaxy-central although I don't know which commit was important or when it happened.) Peter
On Thu, Oct 17, 2013 at 4:28 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Thu, Oct 17, 2013 at 4:05 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Peter,
On 10/17/2013 07:58 AM, Peter Cock wrote:
On Fri, Oct 4, 2013 at 2:24 PM, Peter Cock <p.j.a.cock@googlemail.com> wrote:
On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche <rasche.eric@yandex.ru> wrote:
Yes, the code is definitely broken somewhere else, not in this function, but this fix ensures that data is at least visible. However, data is right aligned as you mentioned, which is definitely undesirable.
I would find this an improvement in the short term.
As for getting the script onto multiple lines, you are correct, you'd need to serve the uncompressed version.
How do I do this?
Then again, I believe you're experiencing the same issue as me, because the compressed version of data.js uses column_types as 'j' and index as 'i'.
I tried the fix by editing data.js but there was no change. If this is the same bug, then maybe a cached (compressed?) copy of data.js must still be in use.
In the meantime to help ensure this does get fixed in the next stable release, I filed an issue on Trello:
https://trello.com/c/it0oXXeT/1190-tabular-data-not-displaying-in-main-panel...
Peter
Wonderful! However, in upgrading to the latest galaxy-dist release (Oct. 12), I saw my issue go away. Formatting is back and working. Is it the same for you?
Regards, Eric
Hi Eric,
Its still broken on our production instance, which is running what I thought was the galaxy-dist current release Aug 12, 2013 Galaxy Distribution http://wiki.galaxyproject.org/DevNewsBriefs
$ hg head changeset: 10421:a477486bf18e branch: stable tag: tip user: Nate Coraor <nate@bx.psu.edu> date: Thu Sep 26 11:02:58 2013 -0400 summary: Bugfix for tool-to-destination mapping, tool ids are lowercased but the mapping id was not lowercased.
changeset: 10411:c42567f43aa7 user: greg date: Mon Aug 19 13:19:56 2013 -0400 summary: Filter invalid objects when generating the list of repository_dependencies objects that are associated with a tool shed repository installed into Galaxy.
[galaxy@ppserver galaxy-dist]$ hg branch default
Looking at https://bitbucket.org/galaxy/galaxy-dist/commits/all the latest commits are in September, so where did your Oct 12 release you are running come from?
(I know this has been fixed on galaxy-central although I don't know which commit was important or when it happened.)
Peter
Has anyone else tried this on the current next-stable branch? It seems to be working, $ hg branch next-stable $ hg head | more ... changeset: 12215:232ef8122d54 branch: next-stable parent: 12209:a00d08d23543 user: Bjoern Gruening <bjoern.gruening@gmail.com> date: Wed Oct 23 14:39:49 2013 +0200 summary: cleanup & bugfix for R environment ... Regards, Peter
participants (5)
-
Björn Grüning
-
Eric Rasche
-
Hans-Rudolf Hotz
-
Peter Cock
-
sam guerler