From p.j.a.cock@googlemail.com Wed Oct 2 12:37:46 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: [galaxy-dev] Tabular data not displaying in main panel Date: Wed, 02 Oct 2013 17:37:08 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0858381384059669766==" --===============0858381384059669766== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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(a)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 date: Mon Aug 19 13:08:45 2013 -0400 summary: Remove duplicate method from the install and test's functional_tests.py. ... ----------------------- Dataset Display -- --===============0858381384059669766==-- From bjoern.gruening@pharmazie.uni-freiburg.de Wed Oct 2 14:48:42 2013 From: =?utf-8?q?Bj=C3=B6rn_Gr=C3=BCning?= To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Wed, 02 Oct 2013 20:48:07 +0200 Message-ID: <1380739687.27109.25.camel@threonin> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3959173834680197243==" --===============3959173834680197243== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Peter, we can confirm. Latest Galaxy stable version and its occurring randomly. I was not able to reproduce it by myself. Cheers, Bjoern=20 > Hi all, >=20 > 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. >=20 > 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. >=20 > Has anyone else noticed this problem? I believe it began > when I last updated this Galaxy instance, but was not > noticed immediately. >=20 > Thanks, >=20 > Peter >=20 > ----------------------- >=20 > I believe we are running the current stable release, or at least > the latest commit on the default branch from galaxy-dist >=20 > $ 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 >=20 > $ hg update > 0 files updated, 0 files merged, 0 files removed, 0 files unresolved >=20 > $ hg branch > default >=20 > [galaxy(a)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. >=20 > changeset: 10410:e9ee9c5d30ae > user: Dave Bouvier > date: Mon Aug 19 13:08:45 2013 -0400 > summary: Remove duplicate method from the install and test's > functional_tests.py. > ... >=20 >=20 > ----------------------- >=20 > > > > > Dataset Display > >=20 > media=3D"screen" rel=3D"Stylesheet" type=3D"text/css" /> >=20 > > > > > > > > > >=20 > >=20 > >=20 > >=20 >=20 >=20 > > >=20 > >=20 > > >=20 > > >=20 > -- > ___________________________________________________________ > 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/ >=20 > To search Galaxy mailing lists use the unified search at: > http://galaxyproject.org/search/mailinglists/ --===============3959173834680197243==-- From aysam.guerler@gmail.com Wed Oct 2 14:56:50 2013 From: sam guerler To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Wed, 02 Oct 2013 14:56:11 -0400 Message-ID: In-Reply-To: <1380739687.27109.25.camel@threonin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7581291633295053208==" --===============7581291633295053208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=B6rn Gr=C3=BCning < bjoern.gruening(a)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(a)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 > > date: Mon Aug 19 13:08:45 2013 -0400 > > summary: Remove duplicate method from the install and test's > > functional_tests.py. > > ... > > > > > > ----------------------- > > > > > > > > > > > > Dataset Display > > charset=3Dutf-8" /> > > > > > media=3D"screen" rel=3D"Stylesheet" type=3D"text/css" /> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > ___________________________________________________________ > > 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/ > --===============7581291633295053208== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.htm" MIME-Version: 1.0 PGRpdiBkaXI9Imx0ciI+SGkgUGV0ZXIsPGRpdj48YnI+PC9kaXY+PGRpdj5Eb2VzIHRoZSBKYXZh c2NyaXB0IGNvbnNvbGUgb2YgdGhlIGJyb3dzZXIgc2hvdyBhbnkgZXJyb3IgbWVzc2FnZXM/PC9k aXY+PGRpdj48YnI+PC9kaXY+PGRpdj5UaGFua3MsPC9kaXY+PGRpdj5TYW08L2Rpdj48L2Rpdj48 ZGl2IGNsYXNzPSJnbWFpbF9leHRyYSI+PGJyPjxicj48ZGl2IGNsYXNzPSJnbWFpbF9xdW90ZSI+ Ck9uIFdlZCwgT2N0IDIsIDIwMTMgYXQgMjo0OCBQTSwgQmr2cm4gR3L8bmluZyA8c3BhbiBkaXI9 Imx0ciI+Jmx0OzxhIGhyZWY9Im1haWx0bzpiam9lcm4uZ3J1ZW5pbmdAcGhhcm1hemllLnVuaS1m cmVpYnVyZy5kZSIgdGFyZ2V0PSJfYmxhbmsiPmJqb2Vybi5ncnVlbmluZ0BwaGFybWF6aWUudW5p LWZyZWlidXJnLmRlPC9hPiZndDs8L3NwYW4+IHdyb3RlOjxicj48YmxvY2txdW90ZSBjbGFzcz0i Z21haWxfcXVvdGUiIHN0eWxlPSJtYXJnaW46MCAwIDAgLjhleDtib3JkZXItbGVmdDoxcHggI2Nj YyBzb2xpZDtwYWRkaW5nLWxlZnQ6MWV4Ij4KSGkgUGV0ZXIsPGJyPgo8YnI+CndlIGNhbiBjb25m aXJtLiBMYXRlc3QgR2FsYXh5IHN0YWJsZSB2ZXJzaW9uIGFuZCBpdHMgb2NjdXJyaW5nIHJhbmRv bWx5Ljxicj4KSSB3YXMgbm90IGFibGUgdG8gcmVwcm9kdWNlIGl0IGJ5IG15c2VsZi48YnI+Cjxi cj4KQ2hlZXJzLDxicj4KQmpvZXJuPGJyPgo8ZGl2IGNsYXNzPSJIT0VuWmIiPjxkaXYgY2xhc3M9 Img1Ij48YnI+CiZndDsgSGkgYWxsLDxicj4KJmd0Ozxicj4KJmd0OyBNdWx0aXBsZSB1c2VycyBv ZiBvdXIgaW50ZXJuYWwgR2FsYXh5IHNlcnZlciBoYXZlIHJlcG9ydGVkIHdpdGg8YnI+CiZndDsg bXVsdGlwbGUgYnJvd3NlcnMgdGhhdCB0YWJ1bGFyIGRhdGEgaXMgbm90IGRpc3BsYXllZCBpbiB0 aGUgbWFpbjxicj4KJmd0OyBjZW50cmFsIHBhbmVsLiBUaGUgcHJldmlldyBpbiB0aGUgaGlzdG9y eSB3b3JrcywgYnV0IGNsaWNraW5nIG9uPGJyPgomZ3Q7IHRoZSAmcXVvdDtleWUmcXVvdDsgaWNv biBnaXZlcyBhIGJsYW5rIHBhZ2UuPGJyPgomZ3Q7PGJyPgomZ3Q7IEkgY2FuIGNvbmZpcm0gdGhp cyBpbiBGaXJlZm94IDI0LjAgYW5kIFNhZmFyaSA2LjAuNSwgdGhlIEhUTUw8YnI+CiZndDsgZm9y IHRoZSBjZW50cmFsIGZyYW1lIGxvb2tzIGJsYW5rIGJ1dCBpcyBhY3R1YWxseSBhIHNjcmlwdCB3 aGVuPGJyPgomZ3Q7IHZpZXdlZCB2aWEgdGhlIGZyYW1lIHNvdXJjZS4gVGhlIHRhYnVsYXIgZmls ZSBkYXRhIGlzIHRoZXJlIGluPGJyPgomZ3Q7IHRoZSBzY3JpcHQmIzM5O3MgZmlyc3RfZGF0YV9j aHVuayBlbnRyeSAtIGJ1dCBkb2VzIG5vdCBnZXQgc2hvd24uPGJyPgomZ3Q7IEFuIGV4Y2VwdCBp cyBzaG93biBiZWxvdy48YnI+CiZndDs8YnI+CiZndDsgSGFzIGFueW9uZSBlbHNlIG5vdGljZWQg dGhpcyBwcm9ibGVtPyBJIGJlbGlldmUgaXQgYmVnYW48YnI+CiZndDsgd2hlbiBJIGxhc3QgdXBk YXRlZCB0aGlzIEdhbGF4eSBpbnN0YW5jZSwgYnV0IHdhcyBub3Q8YnI+CiZndDsgbm90aWNlZCBp bW1lZGlhdGVseS48YnI+CiZndDs8YnI+CiZndDsgVGhhbmtzLDxicj4KJmd0Ozxicj4KJmd0OyBQ ZXRlcjxicj4KJmd0Ozxicj4KJmd0OyAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTxicj4KJmd0Ozxi cj4KJmd0OyBJIGJlbGlldmUgd2UgYXJlIHJ1bm5pbmcgdGhlIGN1cnJlbnQgc3RhYmxlIHJlbGVh c2UsIG9yIGF0IGxlYXN0PGJyPgomZ3Q7IHRoZSBsYXRlc3QgY29tbWl0IG9uIHRoZSBkZWZhdWx0 IGJyYW5jaCBmcm9tIGdhbGF4eS1kaXN0PGJyPgomZ3Q7PGJyPgomZ3Q7ICQgaGcgcHVsbDxicj4K Jmd0OyB3YXJuaW5nOiA8YSBocmVmPSJodHRwOi8vYml0YnVja2V0Lm9yZyIgdGFyZ2V0PSJfYmxh bmsiPmJpdGJ1Y2tldC5vcmc8L2E+IGNlcnRpZmljYXRlIHdpdGggZmluZ2VycHJpbnQ8YnI+CiZn dDsgMjQ6OWM6NDU6OGI6OWM6YWE6YmE6NTU6NGU6MDE6NmQ6NTg6ZmY6ZTQ6Mjg6N2Q6MmE6MTQ6 YWU6M2Igbm90PGJyPgomZ3Q7IHZlcmlmaWVkIChjaGVjayBob3N0ZmluZ2VycHJpbnRzIG9yIHdl Yi5jYWNlcnRzIGNvbmZpZyBzZXR0aW5nKTxicj4KJmd0OyByZWFsIFVSTCBpcyA8YSBocmVmPSJo dHRwczovL2JpdGJ1Y2tldC5vcmcvZ2FsYXh5L2dhbGF4eS1kaXN0IiB0YXJnZXQ9Il9ibGFuayI+ aHR0cHM6Ly9iaXRidWNrZXQub3JnL2dhbGF4eS9nYWxheHktZGlzdDwvYT48YnI+CiZndDsgcHVs bGluZyBmcm9tIDxhIGhyZWY9Imh0dHA6Ly9iaXRidWNrZXQub3JnL2dhbGF4eS9nYWxheHktZGlz dCIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9iaXRidWNrZXQub3JnL2dhbGF4eS9nYWxheHktZGlz dDwvYT48YnI+CiZndDsgc2VhcmNoaW5nIGZvciBjaGFuZ2VzPGJyPgomZ3Q7IG5vIGNoYW5nZXMg Zm91bmQ8YnI+CiZndDs8YnI+CiZndDsgJCBoZyB1cGRhdGU8YnI+CiZndDsgMCBmaWxlcyB1cGRh dGVkLCAwIGZpbGVzIG1lcmdlZCwgMCBmaWxlcyByZW1vdmVkLCAwIGZpbGVzIHVucmVzb2x2ZWQ8 YnI+CiZndDs8YnI+CiZndDsgJCBoZyBicmFuY2g8YnI+CiZndDsgZGVmYXVsdDxicj4KJmd0Ozxi cj4KJmd0OyBbZ2FsYXh5QHBwc2VydmVyIGdhbGF4eS1kaXN0XSQgaGcgbG9nIC1iIGRlZmF1bHQg fCBoZWFkPGJyPgomZ3Q7IGNoYW5nZXNldDogoCAxMDQxMTpjNDI1NjdmNDNhYTc8YnI+CiZndDsg dXNlcjogoCCgIKAgoGdyZWc8YnI+CiZndDsgZGF0ZTogoCCgIKAgoE1vbiBBdWcgMTkgMTM6MTk6 NTYgMjAxMyAtMDQwMDxicj4KJmd0OyBzdW1tYXJ5OiCgIKAgRmlsdGVyIGludmFsaWQgb2JqZWN0 cyB3aGVuIGdlbmVyYXRpbmcgdGhlIGxpc3Qgb2Y8YnI+CiZndDsgcmVwb3NpdG9yeV9kZXBlbmRl bmNpZXMgb2JqZWN0cyB0aGF0IGFyZSBhc3NvY2lhdGVkIHdpdGggYSB0b29sIHNoZWQ8YnI+CiZn dDsgcmVwb3NpdG9yeSBpbnN0YWxsZWQgaW50byBHYWxheHkuPGJyPgomZ3Q7PGJyPgomZ3Q7IGNo YW5nZXNldDogoCAxMDQxMDplOWVlOWM1ZDMwYWU8YnI+CiZndDsgdXNlcjogoCCgIKAgoERhdmUg Qm91dmllciAmbHQ7PGEgaHJlZj0ibWFpbHRvOmRhdmVAYngucHN1LmVkdSI+ZGF2ZUBieC5wc3Uu ZWR1PC9hPiZndDs8YnI+CiZndDsgZGF0ZTogoCCgIKAgoE1vbiBBdWcgMTkgMTM6MDg6NDUgMjAx MyAtMDQwMDxicj4KJmd0OyBzdW1tYXJ5OiCgIKAgUmVtb3ZlIGR1cGxpY2F0ZSBtZXRob2QgZnJv bSB0aGUgaW5zdGFsbCBhbmQgdGVzdCYjMzk7czxicj4KJmd0OyBmdW5jdGlvbmFsX3Rlc3RzLnB5 Ljxicj4KJmd0OyAuLi48YnI+CiZndDs8YnI+CiZndDs8YnI+CiZndDsgLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS08YnI+CiZndDs8YnI+CiZndDsgJmx0OyFET0NUWVBFIEhUTUwmZ3Q7PGJyPgomZ3Q7 ICZsdDtodG1sJmd0Ozxicj4KJmd0OyCgIKAgJmx0OyEtLWJhc2UubWFrby0tJmd0Ozxicj4KJmd0 OyCgIKAgJmx0O2hlYWQmZ3Q7PGJyPgomZ3Q7IKAgoCCgIKAgJmx0O3RpdGxlJmd0O0RhdGFzZXQg RGlzcGxheSZsdDsvdGl0bGUmZ3Q7PGJyPgomZ3Q7IKAgoCCgIKAgJmx0O21ldGEgaHR0cC1lcXVp dj0mcXVvdDtDb250ZW50LVR5cGUmcXVvdDsgY29udGVudD0mcXVvdDt0ZXh0L2h0bWw7IGNoYXJz ZXQ9dXRmLTgmcXVvdDsgLyZndDs8YnI+CiZndDs8YnI+CiZndDsgoCCgICZsdDtsaW5rIGhyZWY9 JnF1b3Q7L2dhbGF4eS9zdGF0aWMvc3R5bGUvYmFzZS5jc3M/dj0xMzgwNzMxMTAzJnF1b3Q7PGJy PgomZ3Q7IG1lZGlhPSZxdW90O3NjcmVlbiZxdW90OyByZWw9JnF1b3Q7U3R5bGVzaGVldCZxdW90 OyB0eXBlPSZxdW90O3RleHQvY3NzJnF1b3Q7IC8mZ3Q7PGJyPgomZ3Q7PGJyPgomZ3Q7IKAgoCAm bHQ7c2NyaXB0IHNyYz0mcXVvdDsvZ2FsYXh5L3N0YXRpYy9zY3JpcHRzL2xpYnMvanF1ZXJ5L2px dWVyeS5qcz92PTEzODA3MzExMDMmcXVvdDs8YnI+CiZndDsgdHlwZT0mcXVvdDt0ZXh0L2phdmFz Y3JpcHQmcXVvdDsmZ3Q7Jmx0Oy9zY3JpcHQmZ3Q7PGJyPgomZ3Q7ICZsdDtzY3JpcHQgc3JjPSZx dW90Oy9nYWxheHkvc3RhdGljL3NjcmlwdHMvbGlicy9qcXVlcnkvanF1ZXJ5Lm1pZ3JhdGUuanM/ dj0xMzgwNzMxMTAzJnF1b3Q7PGJyPgomZ3Q7IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0JnF1 b3Q7Jmd0OyZsdDsvc2NyaXB0Jmd0Ozxicj4KJmd0OyAmbHQ7c2NyaXB0IHNyYz0mcXVvdDsvZ2Fs YXh5L3N0YXRpYy9zY3JpcHRzL2xpYnMvanF1ZXJ5L3NlbGVjdDIuanM/dj0xMzgwNzMxMTAzJnF1 b3Q7PGJyPgomZ3Q7IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0JnF1b3Q7Jmd0OyZsdDsvc2Ny aXB0Jmd0Ozxicj4KJmd0OyAmbHQ7c2NyaXB0IHNyYz0mcXVvdDsvZ2FsYXh5L3N0YXRpYy9zY3Jp cHRzL2xpYnMvYm9vdHN0cmFwLmpzP3Y9MTM4MDczMTEwMyZxdW90Ozxicj4KJmd0OyB0eXBlPSZx dW90O3RleHQvamF2YXNjcmlwdCZxdW90OyZndDsmbHQ7L3NjcmlwdCZndDs8YnI+CiZndDsgJmx0 O3NjcmlwdCBzcmM9JnF1b3Q7L2dhbGF4eS9zdGF0aWMvc2NyaXB0cy9saWJzL3VuZGVyc2NvcmUu anM/dj0xMzgwNzMxMTAzJnF1b3Q7PGJyPgomZ3Q7IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0 JnF1b3Q7Jmd0OyZsdDsvc2NyaXB0Jmd0Ozxicj4KJmd0OyAmbHQ7c2NyaXB0IHNyYz0mcXVvdDsv Z2FsYXh5L3N0YXRpYy9zY3JpcHRzL2xpYnMvYmFja2JvbmUvYmFja2JvbmUuanM/dj0xMzgwNzMx MTAzJnF1b3Q7PGJyPgomZ3Q7IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0JnF1b3Q7Jmd0OyZs dDsvc2NyaXB0Jmd0Ozxicj4KJmd0OyAmbHQ7c2NyaXB0IHNyYz0mcXVvdDsvZ2FsYXh5L3N0YXRp Yy9zY3JpcHRzL2xpYnMvYmFja2JvbmUvYmFja2JvbmUtcmVsYXRpb25hbC5qcz92PTEzODA3MzEx MDMmcXVvdDs8YnI+CiZndDsgdHlwZT0mcXVvdDt0ZXh0L2phdmFzY3JpcHQmcXVvdDsmZ3Q7Jmx0 Oy9zY3JpcHQmZ3Q7PGJyPgomZ3Q7ICZsdDtzY3JpcHQgc3JjPSZxdW90Oy9nYWxheHkvc3RhdGlj L3NjcmlwdHMvbGlicy9oYW5kbGViYXJzLnJ1bnRpbWUuanM/dj0xMzgwNzMxMTAzJnF1b3Q7PGJy PgomZ3Q7IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0JnF1b3Q7Jmd0OyZsdDsvc2NyaXB0Jmd0 Ozxicj4KJmd0OyAmbHQ7c2NyaXB0IHNyYz0mcXVvdDsvZ2FsYXh5L3N0YXRpYy9zY3JpcHRzL2dh bGF4eS5iYXNlLmpzP3Y9MTM4MDczMTEwMyZxdW90Ozxicj4KJmd0OyB0eXBlPSZxdW90O3RleHQv amF2YXNjcmlwdCZxdW90OyZndDsmbHQ7L3NjcmlwdCZndDs8YnI+CiZndDs8YnI+CiZndDsgoCCg ICZsdDtzY3JpcHQgc3JjPSZxdW90Oy9nYWxheHkvc3RhdGljL3NjcmlwdHMvdGVtcGxhdGVzL2Nv bXBpbGVkL3RlbXBsYXRlLXBvcHVwbWVudS1tZW51LmpzP3Y9MTM4MDczMTEwMyZxdW90Ozxicj4K Jmd0OyB0eXBlPSZxdW90O3RleHQvamF2YXNjcmlwdCZxdW90OyZndDsmbHQ7L3NjcmlwdCZndDs8 YnI+CiZndDs8YnI+CiZndDsgoCCgICZsdDtzY3JpcHQgc3JjPSZxdW90Oy9nYWxheHkvc3RhdGlj L3NjcmlwdHMvbXZjL3VpLmpzP3Y9MTM4MDczMTEwMyZxdW90Ozxicj4KJmd0OyB0eXBlPSZxdW90 O3RleHQvamF2YXNjcmlwdCZxdW90OyZndDsmbHQ7L3NjcmlwdCZndDs8YnI+CiZndDs8YnI+CiZn dDsgoCCgICZsdDtzY3JpcHQgdHlwZT0mcXVvdDt0ZXh0L2phdmFzY3JpcHQmcXVvdDsmZ3Q7PGJy PgomZ3Q7IKAgoCCgIKAgLy8gY29uc29sZSBwcm90ZWN0aW9uPGJyPgomZ3Q7IKAgoCCgIKAgd2lu ZG93LmNvbnNvbGUgPSB3aW5kb3cuY29uc29sZSB8fCB7PGJyPgomZ3Q7IKAgoCCgIKAgoCCgIGxv ZyCgIKAgOiBmdW5jdGlvbigpe30sPGJyPgomZ3Q7IKAgoCCgIKAgoCCgIGRlYnVnIKAgOiBmdW5j dGlvbigpe30sPGJyPgomZ3Q7IKAgoCCgIKAgoCCgIGluZm8goCCgOiBmdW5jdGlvbigpe30sPGJy PgomZ3Q7IKAgoCCgIKAgoCCgIHdhcm4goCCgOiBmdW5jdGlvbigpe30sPGJyPgomZ3Q7IKAgoCCg IKAgoCCgIGVycm9yIKAgOiBmdW5jdGlvbigpe30sPGJyPgomZ3Q7IKAgoCCgIKAgoCCgIGFzc2Vy dCCgOiBmdW5jdGlvbigpe308YnI+CiZndDsgoCCgIKAgoCB9Ozxicj4KJmd0Ozxicj4KJmd0OyCg IKAgoCCgIC8vIFNldCB1cCBuZWVkZWQgcGF0aHMuPGJyPgomZ3Q7IKAgoCCgIKAgdmFyIGdhbGF4 eV9wYXRocyA9IG5ldyBHYWxheHlQYXRocyh7PGJyPgomZ3Q7IKAgoCCgIKAgoCCgIHJvb3RfcGF0 aDogJiMzOTsvZ2FsYXh5LyYjMzk7LDxicj4KJmd0OyCgIKAgoCCgIKAgoCBpbWFnZV9wYXRoOiAm IzM5Oy9nYWxheHkvc3RhdGljL2ltYWdlcyYjMzk7PGJyPgomZ3Q7IKAgoCCgIKAgfSk7PGJyPgom Z3Q7IKAgoCAmbHQ7L3NjcmlwdCZndDs8YnI+CiZndDs8YnI+CiZndDs8YnI+CiZndDs8YnI+CiZn dDsgoCCgICZsdDtzY3JpcHQgc3JjPSZxdW90Oy9nYWxheHkvc3RhdGljL3NjcmlwdHMvbGlicy9y ZXF1aXJlLmpzP3Y9MTM4MDczMTEwMyZxdW90Ozxicj4KJmd0OyB0eXBlPSZxdW90O3RleHQvamF2 YXNjcmlwdCZxdW90OyZndDsmbHQ7L3NjcmlwdCZndDs8YnI+CiZndDsgoCCgICZsdDtzY3JpcHQg c3JjPSZxdW90Oy9nYWxheHkvc3RhdGljL3NjcmlwdHMvdGVtcGxhdGVzL2NvbXBpbGVkL2hlbHBl cnMtY29tbW9uLXRlbXBsYXRlcy5qcz92PTEzODA3MzExMDMmcXVvdDs8YnI+CiZndDsgdHlwZT0m cXVvdDt0ZXh0L2phdmFzY3JpcHQmcXVvdDsmZ3Q7Jmx0Oy9zY3JpcHQmZ3Q7PGJyPgomZ3Q7PGJy PgomZ3Q7IKAgoCAmbHQ7c2NyaXB0IHR5cGU9JnF1b3Q7dGV4dC9qYXZhc2NyaXB0JnF1b3Q7Jmd0 Ozxicj4KJmd0OyCgIKAgoCCgIHJlcXVpcmUuY29uZmlnKHs8YnI+CiZndDsgoCCgIKAgoCCgIKAg YmFzZVVybDogJnF1b3Q7L2dhbGF4eS9zdGF0aWMvc2NyaXB0cyZxdW90Oyw8YnI+CiZndDsgoCCg IKAgoCCgIKAgc2hpbTogezxicj4KJmd0OyCgIKAgoCCgIKAgoCCgIKAgJnF1b3Q7bGlicy9iYWNr Ym9uZS9iYWNrYm9uZSZxdW90OzogeyBleHBvcnRzOiAmcXVvdDtCYWNrYm9uZSZxdW90OyB9LDxi cj4KJmd0OyCgIKAgoCCgIKAgoCCgIKAgJnF1b3Q7bGlicy9iYWNrYm9uZS9iYWNrYm9uZS1yZWxh dGlvbmFsJnF1b3Q7OiBbJnF1b3Q7bGlicy9iYWNrYm9uZS9iYWNrYm9uZSZxdW90O108YnI+CiZn dDsgoCCgIKAgoCCgIKAgfTxicj4KJmd0OyCgIKAgoCCgIH0pOzxicj4KJmd0Ozxicj4KJmd0OyCg IKAgoCCgIHJlcXVpcmUoWyYjMzk7bXZjL2RhdGEmIzM5O10sIGZ1bmN0aW9uKGRhdGEpIHs8YnI+ CiZndDsgoCCgIKAgoCCgIKAgZGF0YS5jcmVhdGVUYWJ1bGFyRGF0YXNldENodW5rZWRWaWV3KDxi cj4KJmd0OyCgIKAgoCCgIKAgoCCgIKAgXy5leHRlbmQoIHsmcXVvdDttaXNjX2JsdXJiJnF1b3Q7 OiAmcXVvdDs3LDg5MSBsaW5lcyZxdW90OywgJnF1b3Q7cGVlayZxdW90Ozo8YnI+CiZndDsgJnF1 b3Q7Jmx0O3RhYmxlIGNlbGxzcGFjaW5nPVwmcXVvdDswXCZxdW90Ozxicj4KJmd0OyBjZWxscGFk ZGluZz1cJnF1b3Q7M1wmcXVvdDsmZ3Q7Jmx0O3RyJmd0OyZsdDt0aCZndDsxJmx0Oy90aCZndDsm bHQ7dGgmZ3Q7MiZsdDsvdGgmZ3Q7Jmx0O3RoJmd0OzMmbHQ7L3RoJmd0OyZsdDsvdHImZ3Q7Jmx0 O3RyJmd0OyZsdDt0ZCZndDtHcGFfRVNUXzAyXzA0X19fQzA1XzAyMiZsdDsvdGQmZ3Q7Jmx0O3Rk Jmd0O0dPOjAwMDU3MzcmbHQ7L3RkJmd0OyZsdDt0ZCZndDsuLi4mbHQ7L3RkJmd0OyZsdDsvdHIm Z3Q7Jmx0Oy90YWJsZSZndDsmcXVvdDssPGJyPgoKJmd0OyAmcXVvdDtkYXRhX3R5cGUmcXVvdDs6 ICZxdW90O3RhYnVsYXImcXVvdDssICZxdW90O2RlbGV0ZWQmcXVvdDs6IGZhbHNlLCAmcXVvdDto aXN0b3J5X2lkJnF1b3Q7Ojxicj4KJmd0OyAmcXVvdDtjZGJmODM3YmE2NTE2YTE0JnF1b3Q7LCAm cXVvdDttZXRhZGF0YV9jb2x1bW5fbmFtZXMmcXVvdDs6IG51bGwsICZxdW90O3Zpc2libGUmcXVv dDs6IHRydWUsPGJyPgomZ3Q7ICZxdW90O2dlbm9tZV9idWlsZCZxdW90OzogJnF1b3Q7PyZxdW90 OywgJnF1b3Q7aGlkJnF1b3Q7OiAxMCwgJnF1b3Q7ZmlsZV9zaXplJnF1b3Q7OiA1MDkwOTUsPGJy PgomZ3Q7ICZxdW90O21ldGFkYXRhX2RhdGFfbGluZXMmcXVvdDs6IDc4OTEsICZxdW90O2ZpbGVf ZXh0JnF1b3Q7OiAmcXVvdDt0YWJ1bGFyJnF1b3Q7LCAmcXVvdDtpZCZxdW90Ozo8YnI+CiZndDsg JnF1b3Q7MGRkY2QyY2YyMzc1ZTI0YSZxdW90OywgJnF1b3Q7bWlzY19pbmZvJnF1b3Q7OiAmcXVv dDtcbkJMQVNUWCBvdXRwdXQgaWRlbnRpZmllZFxuSW5wdXQ8YnI+CiZndDsgaGFzIDQ1MDcgcXVl cmllc1xuRG9uZVxuU3RhbmRhcmQgb3V0OlxuQmxhc3QyR08gUGlwZWxpbmUgVmVyc2lvbjxicj4K Jmd0OyAyLjUuMFxuLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS1cblxuSGFz aCBmb3IgcmVzb3VyY2U8YnI+CiZndDsgZWMyZ29fMTkwNzIwMTEudHh0IG9mIHR5cGUgZWMgY3Jl YXRlZC4gNDAwMyBhc3NvY2lhdGlvbnM8YnI+CiZndDsgbG9hZGVkLlxuQmxhc3QyR08gYnVpbGQ6 IDIzMDkyMDExXG5DaGFuZ2UgJnF1b3Q7LCAmcXVvdDtoZGFfbGRkYSZxdW90OzogJnF1b3Q7aGRh JnF1b3Q7LDxicj4KJmd0OyAmcXVvdDtuYW1lJnF1b3Q7OiAmcXVvdDtCbGFzdDJHTyBMb2NhbCBk YXRhYmFzZSAoTWF5IDIwMTEpJnF1b3Q7LCAmcXVvdDttZXRhZGF0YV9jb2x1bW5zJnF1b3Q7OiAz LDxicj4KJmd0OyAmcXVvdDt1dWlkJnF1b3Q7OiBudWxsLCAmcXVvdDtzdGF0ZSZxdW90OzogJnF1 b3Q7b2smcXVvdDssICZxdW90O21ldGFkYXRhX2NvbW1lbnRfbGluZXMmcXVvdDs6IG51bGwsPGJy PgomZ3Q7ICZxdW90O21vZGVsX2NsYXNzJnF1b3Q7OiAmcXVvdDtIaXN0b3J5RGF0YXNldEFzc29j aWF0aW9uJnF1b3Q7LCAmcXVvdDttZXRhZGF0YV9kYmtleSZxdW90OzogJnF1b3Q7PyZxdW90Oyw8 YnI+CiZndDsgJnF1b3Q7cHVyZ2VkJnF1b3Q7OiBmYWxzZSwgJnF1b3Q7bWV0YWRhdGFfY29sdW1u X3R5cGVzJnF1b3Q7OiBbJnF1b3Q7c3RyJnF1b3Q7LCAmcXVvdDtzdHImcXVvdDssICZxdW90O3N0 ciZxdW90O119LDxicj4KJmd0OyCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCB7PGJyPgomZ3Q7IKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCB1cmxfdml6OiAmcXVvdDsvZ2FsYXh5L3Zpc3VhbGl6 YXRpb24mcXVvdDssPGJyPgomZ3Q7IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCBjaHVua191 cmw6PGJyPgomZ3Q7ICZxdW90Oy9nYWxheHkvZGF0YXNldC9kaXNwbGF5P2RhdGFzZXRfaWQ9MGRk Y2QyY2YyMzc1ZTI0YSZxdW90Oyw8YnI+CiZndDsgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IGZpcnN0X2RhdGFfY2h1bms6IHsmcXVvdDtja19pbmRleCZxdW90OzogMSw8YnI+CiZndDsgJnF1 b3Q7Y2tfZGF0YSZxdW90OzogJnF1b3Q7R3BhX0VTVF8wMl8wNF9fX0MwNV8wMjJcdEdPOjAwMDU3 MzdcdG4tZGltZXRoeWxhcmdpbmluZTxicj4KJmd0OyBkaW1ldGh5bGFtaW5vaHlkcm9sYXNlXG4u Li5cbiZxdW90O308YnI+CiZndDsgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgfTxicj4KJmd0OyCg IKAgoCCgIKAgoCCgIKAgKSw8YnI+CiZndDsgoCCgIKAgoCCgIKAgoCCgIC8vIEFwcGVuZCB2aWV3 IHRvIGJvZHkuPGJyPgomZ3Q7IKAgoCCgIKAgoCCgIKAgoCAkKCYjMzk7Ym9keSYjMzk7KTxicj4K Jmd0OyCgIKAgoCCgIKAgoCApOzxicj4KJmd0OyCgIKAgoCCgIH0pOzxicj4KJmd0OyCgIKAgJmx0 Oy9zY3JpcHQmZ3Q7PGJyPgomZ3Q7PGJyPgomZ3Q7IKAgoCAmbHQ7L2hlYWQmZ3Q7PGJyPgomZ3Q7 IKAgoCAmbHQ7Ym9keSZndDs8YnI+CiZndDs8YnI+CiZndDsgoCCgICZsdDsvYm9keSZndDs8YnI+ CiZndDsgJmx0Oy9odG1sJmd0Ozxicj4KJmd0Ozxicj4KJmd0OyAtLTxicj4KJmd0OyBfX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXzxicj4K Jmd0OyBQbGVhc2Uga2VlcCBhbGwgcmVwbGllcyBvbiB0aGUgbGlzdCBieSB1c2luZyAmcXVvdDty ZXBseSBhbGwmcXVvdDs8YnI+CiZndDsgaW4geW91ciBtYWlsIGNsaWVudC4goFRvIG1hbmFnZSB5 b3VyIHN1YnNjcmlwdGlvbnMgdG8gdGhpczxicj4KJmd0OyBhbmQgb3RoZXIgR2FsYXh5IGxpc3Rz LCBwbGVhc2UgdXNlIHRoZSBpbnRlcmZhY2UgYXQ6PGJyPgomZ3Q7IKAgPGEgaHJlZj0iaHR0cDov L2xpc3RzLmJ4LnBzdS5lZHUvIiB0YXJnZXQ9Il9ibGFuayI+aHR0cDovL2xpc3RzLmJ4LnBzdS5l ZHUvPC9hPjxicj4KJmd0Ozxicj4KJmd0OyBUbyBzZWFyY2ggR2FsYXh5IG1haWxpbmcgbGlzdHMg dXNlIHRoZSB1bmlmaWVkIHNlYXJjaCBhdDo8YnI+CiZndDsgoCA8YSBocmVmPSJodHRwOi8vZ2Fs YXh5cHJvamVjdC5vcmcvc2VhcmNoL21haWxpbmdsaXN0cy8iIHRhcmdldD0iX2JsYW5rIj5odHRw Oi8vZ2FsYXh5cHJvamVjdC5vcmcvc2VhcmNoL21haWxpbmdsaXN0cy88L2E+PGJyPgo8YnI+Cjxi cj4KPGJyPgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fXzxicj4KUGxlYXNlIGtlZXAgYWxsIHJlcGxpZXMgb24gdGhlIGxpc3QgYnkgdXNp bmcgJnF1b3Q7cmVwbHkgYWxsJnF1b3Q7PGJyPgppbiB5b3VyIG1haWwgY2xpZW50LiCgVG8gbWFu YWdlIHlvdXIgc3Vic2NyaXB0aW9ucyB0byB0aGlzPGJyPgphbmQgb3RoZXIgR2FsYXh5IGxpc3Rz LCBwbGVhc2UgdXNlIHRoZSBpbnRlcmZhY2UgYXQ6PGJyPgqgIDxhIGhyZWY9Imh0dHA6Ly9saXN0 cy5ieC5wc3UuZWR1LyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9saXN0cy5ieC5wc3UuZWR1Lzwv YT48YnI+Cjxicj4KVG8gc2VhcmNoIEdhbGF4eSBtYWlsaW5nIGxpc3RzIHVzZSB0aGUgdW5pZmll ZCBzZWFyY2ggYXQ6PGJyPgqgIDxhIGhyZWY9Imh0dHA6Ly9nYWxheHlwcm9qZWN0Lm9yZy9zZWFy Y2gvbWFpbGluZ2xpc3RzLyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9nYWxheHlwcm9qZWN0Lm9y Zy9zZWFyY2gvbWFpbGluZ2xpc3RzLzwvYT48YnI+CjwvZGl2PjwvZGl2PjwvYmxvY2txdW90ZT48 L2Rpdj48YnI+PC9kaXY+Cg== --===============7581291633295053208==-- From hrh@fmi.ch Thu Oct 3 03:02:30 2013 From: Hans-Rudolf Hotz To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 09:02:15 +0200 Message-ID: <524D1677.4000508@fmi.ch> In-Reply-To: <1380739687.27109.25.camel@threonin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3946941177770929237==" --===============3946941177770929237== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Peter and Bjoern we had similar problems in August, when we upgraded to=20 'release_2013.06.03'. The problem has disappeared now. At the time I had the suspicion, it only happened to browser sessions=20 which were already open before the upgrade, Hence, closing the browser,=20 and starting again helped. But this was just a guess. Regards, Hans-Rudolf On 10/02/2013 08:48 PM, Bj=C3=B6rn Gr=C3=BCning 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(a)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 >> date: Mon Aug 19 13:08:45 2013 -0400 >> summary: Remove duplicate method from the install and test's >> functional_tests.py. >> ... >> >> >> ----------------------- >> >> >> >> >> >> Dataset Display >> >> >> > media=3D"screen" rel=3D"Stylesheet" type=3D"text/css" /> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> ___________________________________________________________ >> 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/ > --===============3946941177770929237==-- From p.j.a.cock@googlemail.com Thu Oct 3 05:09:48 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 10:09:40 +0100 Message-ID: In-Reply-To: <524D1677.4000508@fmi.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7551378243405733699==" --===============7551378243405733699== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Thu, Oct 3, 2013 at 8:02 AM, Hans-Rudolf Hotz 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 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 --===============7551378243405733699==-- From aysam.guerler@gmail.com Thu Oct 3 09:47:51 2013 From: sam guerler To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 09:47:44 -0400 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0822418899835414169==" --===============0822418899835414169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 wrote: > On Thu, Oct 3, 2013 at 8:02 AM, Hans-Rudolf Hotz 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 > 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/ > --===============0822418899835414169== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.htm" MIME-Version: 1.0 PGRpdiBkaXI9Imx0ciI+SGkgUGV0ZXIsPGRpdj48YnI+PC9kaXY+PGRpdiBzdHlsZT5JIGNhbm5v dCByZXByb2R1Y2UgdGhlIHR5cGUgZXJyb3IgeW91IGFyZSBvYnNlcnZpbmcsIGJ1dCB0aGF0IG9u ZSBtaWdodCBiZSBjcml0aWNhbC4gVGhlIHNlY29uZCBtZXNzYWdlIGlzIHJhdGhlciBhbiBpbmZv cm1hdGlvbiB0aGFuIGFuIGVycm9yIG1lc3NhZ2UuIElzIGl0IHBvc3NpYmxlIHRoYXQgZGF0YS5q cyBpcyBtb2RpZmllZCBpbiB5b3VyIGxvY2FsIGdhbGF4eSB2ZXJzaW9uPyBZb3UgY291bGQgYXBw bHkgYW4gaGcgZGlmZiBvbiBkYXRhLmpzIG9yIG1heWJlIHNlbmQgdGhlIGZpcnN0IGZldyBjb2Rl IGxpbmVzIGluIG9yZGVyIHZlcmlmeSB0aGlzPzwvZGl2Pgo8ZGl2IHN0eWxlPjxicj48L2Rpdj48 ZGl2IHN0eWxlPlRoYW5rcyw8L2Rpdj48ZGl2IHN0eWxlPlNhbTwvZGl2PjwvZGl2PjxkaXYgY2xh c3M9ImdtYWlsX2V4dHJhIj48YnI+PGJyPjxkaXYgY2xhc3M9ImdtYWlsX3F1b3RlIj5PbiBUaHUs IE9jdCAzLCAyMDEzIGF0IDU6MDkgQU0sIFBldGVyIENvY2sgPHNwYW4gZGlyPSJsdHIiPiZsdDs8 YSBocmVmPSJtYWlsdG86cC5qLmEuY29ja0Bnb29nbGVtYWlsLmNvbSIgdGFyZ2V0PSJfYmxhbmsi PnAuai5hLmNvY2tAZ29vZ2xlbWFpbC5jb208L2E+Jmd0Ozwvc3Bhbj4gd3JvdGU6PGJyPgo8Ymxv Y2txdW90ZSBjbGFzcz0iZ21haWxfcXVvdGUiIHN0eWxlPSJtYXJnaW46MCAwIDAgLjhleDtib3Jk ZXItbGVmdDoxcHggI2NjYyBzb2xpZDtwYWRkaW5nLWxlZnQ6MWV4Ij48ZGl2IGNsYXNzPSJpbSI+ T24gVGh1LCBPY3QgMywgMjAxMyBhdCA4OjAyIEFNLCBIYW5zLVJ1ZG9sZiBIb3R6ICZsdDs8YSBo cmVmPSJtYWlsdG86aHJoQGZtaS5jaCI+aHJoQGZtaS5jaDwvYT4mZ3Q7IHdyb3RlOjxicj4KCiZn dDsgSGkgUGV0ZXIgYW5kIEJqb2Vybjxicj4KJmd0Ozxicj4KJmd0OyB3ZSBoYWQgc2ltaWxhciBw cm9ibGVtcyBpbiBBdWd1c3QsIHdoZW4gd2UgdXBncmFkZWQgdG8gJiMzOTtyZWxlYXNlXzIwMTMu MDYuMDMmIzM5Oy48YnI+CiZndDsgVGhlIHByb2JsZW0gaGFzIGRpc2FwcGVhcmVkIG5vdy48YnI+ CiZndDs8YnI+CiZndDsgQXQgdGhlIHRpbWUgSSBoYWQgdGhlIHN1c3BpY2lvbiwgaXQgb25seSBo YXBwZW5lZCB0byBicm93c2VyIHNlc3Npb25zIHdoaWNoPGJyPgomZ3Q7IHdlcmUgYWxyZWFkeSBv cGVuIGJlZm9yZSB0aGUgdXBncmFkZSwgSGVuY2UsIGNsb3NpbmcgdGhlIGJyb3dzZXIsIGFuZDxi cj4KJmd0OyBzdGFydGluZyBhZ2FpbiBoZWxwZWQuIEJ1dCB0aGlzIHdhcyBqdXN0IGEgZ3Vlc3Mu PGJyPgomZ3Q7PGJyPgomZ3Q7PGJyPgomZ3Q7IFJlZ2FyZHMsIEhhbnMtUnVkb2xmPGJyPgo8YnI+ CjwvZGl2PlRoYW5rcyBIYW5zLDxicj4KPGJyPgpPbiBteSBtYWNoaW5lIHJlc3RhcnRpbmcgdGhl IGJyb3dzZXIgbWFkZSBubyBkaWZmZXJlbmNlLjxicj4KPGJyPgpBbHNvICh3aXRoaW4gR2FsYXh5 KSBsb2dnaW5nIG91dCBhbmQgbG9nZ2luZyBpbiBtYWRlIG5vIGRpZmZlcmVuY2UuPGJyPgo8ZGl2 IGNsYXNzPSJpbSI+PGJyPgpPbiBXZWQsIE9jdCAyLCAyMDEzIGF0IDc6NTYgUE0sIHNhbSBndWVy bGVyICZsdDs8YSBocmVmPSJtYWlsdG86YXlzYW0uZ3VlcmxlckBnbWFpbC5jb20iPmF5c2FtLmd1 ZXJsZXJAZ21haWwuY29tPC9hPiZndDsgd3JvdGU6PGJyPgomZ3Q7IEhpIFBldGVyLDxicj4KJmd0 Ozxicj4KJmd0OyBEb2VzIHRoZSBKYXZhc2NyaXB0IGNvbnNvbGUgb2YgdGhlIGJyb3dzZXIgc2hv dyBhbnkgZXJyb3IgbWVzc2FnZXM/PGJyPgomZ3Q7PGJyPgomZ3Q7IFRoYW5rcyw8YnI+CiZndDsg U2FtPGJyPgo8YnI+CjwvZGl2PlVuZGVyIEZpcmVmb3gsIHRoZXJlIGFyZSBsb3RzIG9mICh3aGF0 IEkgYXNzdW1lIGFyZSBoYXJtbGVzcykgQ1NTIHdhcm5pbmdzLjxicj4KQWxzbzo8YnI+Cjxicj4K WzEwOjA1OjEyLjI5M10gVHlwZUVycm9yOiBqIGlzIHVuZGVmaW5lZCBAPGJyPgo8YSBocmVmPSJo dHRwOi8veHh4L2dhbGF4eS9zdGF0aWMvc2NyaXB0cy9tdmMvZGF0YS5qczoxIiB0YXJnZXQ9Il9i bGFuayI+aHR0cDovL3h4eC9nYWxheHkvc3RhdGljL3NjcmlwdHMvbXZjL2RhdGEuanM6MTwvYT48 YnI+ClsxMDowNToxMi4yOTFdICZxdW90O1RhYnVsYXJCdXR0b25UcmFja3N0ZXIgOiBDaHJvbW9z b21lIGNvbHVtbiB1bmRlZmluZWQuJnF1b3Q7PGJyPgo8c3BhbiBjbGFzcz0iSE9FblpiIj48Zm9u dCBjb2xvcj0iIzg4ODg4OCI+PGJyPgpQZXRlcjxicj4KPC9mb250Pjwvc3Bhbj48ZGl2IGNsYXNz PSJIT0VuWmIiPjxkaXYgY2xhc3M9Img1Ij5fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fXzxicj4KUGxlYXNlIGtlZXAgYWxsIHJlcGxpZXMg b24gdGhlIGxpc3QgYnkgdXNpbmcgJnF1b3Q7cmVwbHkgYWxsJnF1b3Q7PGJyPgppbiB5b3VyIG1h aWwgY2xpZW50LiCgVG8gbWFuYWdlIHlvdXIgc3Vic2NyaXB0aW9ucyB0byB0aGlzPGJyPgphbmQg b3RoZXIgR2FsYXh5IGxpc3RzLCBwbGVhc2UgdXNlIHRoZSBpbnRlcmZhY2UgYXQ6PGJyPgqgIDxh IGhyZWY9Imh0dHA6Ly9saXN0cy5ieC5wc3UuZWR1LyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9s aXN0cy5ieC5wc3UuZWR1LzwvYT48YnI+Cjxicj4KVG8gc2VhcmNoIEdhbGF4eSBtYWlsaW5nIGxp c3RzIHVzZSB0aGUgdW5pZmllZCBzZWFyY2ggYXQ6PGJyPgqgIDxhIGhyZWY9Imh0dHA6Ly9nYWxh eHlwcm9qZWN0Lm9yZy9zZWFyY2gvbWFpbGluZ2xpc3RzLyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6 Ly9nYWxheHlwcm9qZWN0Lm9yZy9zZWFyY2gvbWFpbGluZ2xpc3RzLzwvYT48YnI+CjwvZGl2Pjwv ZGl2PjwvYmxvY2txdW90ZT48L2Rpdj48YnI+PC9kaXY+Cg== --===============0822418899835414169==-- From p.j.a.cock@googlemail.com Thu Oct 3 10:13:29 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 15:12:51 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2788899582677939096==" --===============2788899582677939096== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, Oct 3, 2013 at 2:47 PM, sam guerler 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/c42567f43aa762a45f7eb7fc0= 917260edcaa5636/static/scripts/mvc/data.js ... $ 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 --===============2788899582677939096==-- From p.j.a.cock@googlemail.com Thu Oct 3 11:44:44 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 16:44:07 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8823581079070411446==" --===============8823581079070411446== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 wrot= e: > On Thu, Oct 3, 2013 at 2:47 PM, sam guerler wro= te: >> 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 messag= e. >> 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/c42567f43aa762a45f7eb7f= c0917260edcaa5636/static/scripts/mvc/data.js > ... > $ 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 --===============8823581079070411446==-- From rasche.eric@yandex.ru Thu Oct 3 12:15:16 2013 From: Eric Rasche To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 11:14:54 -0500 Message-ID: <524D97FE.9080608@yandex.ru> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1413361093699348225==" --===============1413361093699348225== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -----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 =3D this.model.get_metadata('column_types'); if (colspan !=3D=3D undefined) { return $('').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } else if (column_types[index] =3D=3D=3D 'str' || column_types =3D=3D= =3D 'list') { /* Left align all str columns, right align the rest */ return $('').addClass('stringalign').text(cell_contents); } else { return $('').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. >=20 > Peter >=20 >=20 > On Thu, Oct 3, 2013 at 3:12 PM, Peter Cock wr= ote: >> On Thu, Oct 3, 2013 at 2:47 PM, sam guerler wr= ote: >>> 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 messa= ge. >>> 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/c42567f43aa762a45f7eb7= fc0917260edcaa5636/static/scripts/mvc/data.js >> ... >> $ 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/ >=20 > To search Galaxy mailing lists use the unified search at: > http://galaxyproject.org/search/mailinglists/ >=20 -----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 =3DVoDi -----END PGP SIGNATURE----- --===============1413361093699348225==-- From aysam.guerler@gmail.com Thu Oct 3 13:30:50 2013 From: sam guerler To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 13:30:11 -0400 Message-ID: In-Reply-To: <524D97FE.9080608@yandex.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3099537018496994510==" --===============3099537018496994510== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 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 =3D this.model.get_metadata('column_types'); > if (colspan !=3D=3D undefined) { > return $('').attr('colspan', > colspan).addClass('stringalign').text(cell_contents); > } > else if (column_types[index] =3D=3D=3D 'str' || column_types =3D=3D= =3D 'list') > { > /* Left align all str columns, right align the rest */ > return $('').addClass('stringalign').text(cell_contents); > } > else { > return $('').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 > wrote: > >> On Thu, Oct 3, 2013 at 2:47 PM, sam guerler > 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/c42567f43aa762a45f7eb7fc091726= 0edcaa5636/static/scripts/mvc/data.js > >> ... > >> $ 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 > =3DVoDi > -----END PGP SIGNATURE----- > --===============3099537018496994510== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.htm" MIME-Version: 1.0 PGRpdiBkaXI9Imx0ciI+VGhhbmtzIEVyaWMuIEkgdXBkYXRlZCB0aGUgZGF0YS5qcyBmaWxlIGlu IGFuIGF0dGVtcHQgdG8gY2F0Y2ggdGhpcyBlcnJvci48L2Rpdj48ZGl2IGNsYXNzPSJnbWFpbF9l eHRyYSI+PGJyPjxicj48ZGl2IGNsYXNzPSJnbWFpbF9xdW90ZSI+T24gVGh1LCBPY3QgMywgMjAx MyBhdCAxMjoxNCBQTSwgRXJpYyBSYXNjaGUgPHNwYW4gZGlyPSJsdHIiPiZsdDs8YSBocmVmPSJt YWlsdG86cmFzY2hlLmVyaWNAeWFuZGV4LnJ1IiB0YXJnZXQ9Il9ibGFuayI+cmFzY2hlLmVyaWNA eWFuZGV4LnJ1PC9hPiZndDs8L3NwYW4+IHdyb3RlOjxicj4KPGJsb2NrcXVvdGUgY2xhc3M9Imdt YWlsX3F1b3RlIiBzdHlsZT0ibWFyZ2luOjAgMCAwIC44ZXg7Ym9yZGVyLWxlZnQ6MXB4ICNjY2Mg c29saWQ7cGFkZGluZy1sZWZ0OjFleCI+LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0t LTxicj4KSGFzaDogU0hBMTxicj4KPGJyPgpJIHNlZSB0aGUgc2FtZSBpc3N1ZSwgcmVwZWF0ZWRs eSBvbiBteSBnYWxheHkgaW5zdGFuY2UuIFJ1bm5pbmc8YnI+CnVubW9kaWZpZWQgZnJvbSB0aGUg Z2FsYXh5LWRpc3QvZGVmYXVsdCBicmFuY2guPGJyPgo8YnI+ClNpbmNlIEkmIzM5O20gcnVubmlu ZyB0aGUgdW5jb21wcmVzc2VkIGRhdGEuanMsIEkgZ2V0IGEgYml0IG1vcmUgaW5mb3JtYXRpb248 YnI+CmZyb20gbXkgZXJyb3JzIHRoYW4gUGV0ZXImIzM5O3M8YnI+CjxkaXYgY2xhc3M9ImltIj48 YnI+CiZndDsgWzEwOjA1OjEyLjI5M10gVHlwZUVycm9yOiBqIGlzIHVuZGVmaW5lZCBAPGJyPgom Z3Q7IDxhIGhyZWY9Imh0dHA6Ly94eHgvZ2FsYXh5L3N0YXRpYy9zY3JpcHRzL212Yy9kYXRhLmpz OjEiIHRhcmdldD0iX2JsYW5rIj5odHRwOi8veHh4L2dhbGF4eS9zdGF0aWMvc2NyaXB0cy9tdmMv ZGF0YS5qczoxPC9hPjxicj4KJmd0OyBbMTA6MDU6MTIuMjkxXSAmcXVvdDtUYWJ1bGFyQnV0dG9u VHJhY2tzdGVyIDogQ2hyb21vc29tZSBjb2x1bW48YnI+CiZndDsgdW5kZWZpbmVkLiZxdW90Ozxi cj4KPGJyPgo8L2Rpdj5NaW5lIHBvaW50cyB0byBsaW5lIDE4OCBpbiBkYXRhLmpzLCBzcGVjaWZp Y2FsbHkgdGhlICZxdW90O2Vsc2UgaWYmcXVvdDsgaW4gdGhpczxicj4KZnVuY3Rpb24uPGJyPgo8 YnI+CqAgoCBfcmVuZGVyQ2VsbDogZnVuY3Rpb24oY2VsbF9jb250ZW50cywgaW5kZXgsIGNvbHNw YW4pIHs8YnI+CqAgoCCgIKAgdmFyIGNvbHVtbl90eXBlcyA9IHRoaXMubW9kZWwuZ2V0X21ldGFk YXRhKCYjMzk7Y29sdW1uX3R5cGVzJiMzOTspOzxicj4KoCCgIKAgoCBpZiAoY29sc3BhbiAhPT0g dW5kZWZpbmVkKSB7PGJyPgqgIKAgoCCgIKAgoCByZXR1cm4gJCgmIzM5OyZsdDt0ZCZndDsmIzM5 OykuYXR0cigmIzM5O2NvbHNwYW4mIzM5Oyw8YnI+CmNvbHNwYW4pLmFkZENsYXNzKCYjMzk7c3Ry aW5nYWxpZ24mIzM5OykudGV4dChjZWxsX2NvbnRlbnRzKTs8YnI+CqAgoCCgIKAgfTxicj4KoCCg IKAgoCBlbHNlIGlmIChjb2x1bW5fdHlwZXNbaW5kZXhdID09PSAmIzM5O3N0ciYjMzk7IHx8IGNv bHVtbl90eXBlcyA9PT0gJiMzOTtsaXN0JiMzOTspIHs8YnI+CqAgoCCgIKAgoCCgIC8qIExlZnQg YWxpZ24gYWxsIHN0ciBjb2x1bW5zLCByaWdodCBhbGlnbiB0aGUgcmVzdCAqLzxicj4KoCCgIKAg oCCgIKAgcmV0dXJuICQoJiMzOTsmbHQ7dGQmZ3Q7JiMzOTspLmFkZENsYXNzKCYjMzk7c3RyaW5n YWxpZ24mIzM5OykudGV4dChjZWxsX2NvbnRlbnRzKTs8YnI+CqAgoCCgIKAgfTxicj4KoCCgIKAg oCBlbHNlIHs8YnI+CqAgoCCgIKAgoCCgIHJldHVybiAkKCYjMzk7Jmx0O3RkJmd0OyYjMzk7KS50 ZXh0KGNlbGxfY29udGVudHMpOzxicj4KoCCgIKAgoCB9PGJyPgqgIKAgfSw8YnI+Cjxicj4KSSBn ZXQgYW4gZXJyb3I6PGJyPgo8YnI+CiZxdW90O1VuY2F1Z2h0IFR5cGVFcnJvcjogQ2Fubm90IHJl YWQgcHJvcGVydHkgJiMzOTswJiMzOTsgb2YgdW5kZWZpbmVkJnF1b3Q7LCBpbmRpY2F0aW5nPGJy Pgp0aGF0IHVwb24gYXR0ZW1wdGluZyB0byByZWFkIGluZGV4IDAgb2YgJnF1b3Q7Y29sdW1uX3R5 cGVzJnF1b3Q7IGl0IGRldGVybWluZXM8YnI+CnRoYXQgY29sdW1uX3R5cGVzIGlzIG51bGwuPGJy Pgo8YnI+CkkgY29tbWVudGVkIG91dCB0aGUgZWxzZS1pZiBibG9jayBhbmQgZm91bmQgdGhhdCBl dmVyeXRoaW5nIGVsc2Ugd2FzPGJyPgp3b3JraW5nLCBpdCBqdXN0IHJlbmRlcmVkIGFzIHJpZ2h0 IGFsaWduZWQuPGJyPgo8YnI+CkhvcGUgdGhpcyBoZWxwcyE8YnI+Cjxicj4KRXJpYyBSYXNjaGU8 YnI+CjxkaXY+PGRpdiBjbGFzcz0iaDUiPjxicj4KT24gMTAvMDMvMjAxMyAxMDo0NCBBTSwgUGV0 ZXIgQ29jayB3cm90ZTo8YnI+CiZndDsgVGhlIGdvb2QgbmV3cyBpcyB0aGF0IHJ1bm5pbmcgdGhl IGRlZmF1bHQgYnJhbmNoIGZyb20gZ2FsYXh5LWNlbnRyYWw8YnI+CiZndDsgc2VlbXMgdG8gd29y aywgc28gYXQgc29tZSBwb2ludCB0aGUgZml4L2NoYW5nZS9yZWdyZXNzaW9uIHNob3VsZDxicj4K Jmd0OyByZWFjaCB0aGUgc3RhYmxlIHJlbGVhc2VzIG9uIGdhbGF4eS1kaXN0IGFzIHdlbGwuPGJy PgomZ3Q7PGJyPgomZ3Q7IFBldGVyPGJyPgomZ3Q7PGJyPgomZ3Q7PGJyPgomZ3Q7IE9uIFRodSwg T2N0IDMsIDIwMTMgYXQgMzoxMiBQTSwgUGV0ZXIgQ29jayAmbHQ7PGEgaHJlZj0ibWFpbHRvOnAu ai5hLmNvY2tAZ29vZ2xlbWFpbC5jb20iPnAuai5hLmNvY2tAZ29vZ2xlbWFpbC5jb208L2E+Jmd0 OyB3cm90ZTo8YnI+CiZndDsmZ3Q7IE9uIFRodSwgT2N0IDMsIDIwMTMgYXQgMjo0NyBQTSwgc2Ft IGd1ZXJsZXIgJmx0OzxhIGhyZWY9Im1haWx0bzpheXNhbS5ndWVybGVyQGdtYWlsLmNvbSI+YXlz YW0uZ3VlcmxlckBnbWFpbC5jb208L2E+Jmd0OyB3cm90ZTo8YnI+CiZndDsmZ3Q7Jmd0OyBIaSBQ ZXRlciw8YnI+CiZndDsmZ3Q7Jmd0Ozxicj4KJmd0OyZndDsmZ3Q7IEkgY2Fubm90IHJlcHJvZHVj ZSB0aGUgdHlwZSBlcnJvciB5b3UgYXJlIG9ic2VydmluZywgYnV0IHRoYXQgb25lIG1pZ2h0IGJl PGJyPgomZ3Q7Jmd0OyZndDsgY3JpdGljYWwuIFRoZSBzZWNvbmQgbWVzc2FnZSBpcyByYXRoZXIg YW4gaW5mb3JtYXRpb24gdGhhbiBhbiBlcnJvciBtZXNzYWdlLjxicj4KJmd0OyZndDsmZ3Q7IElz IGl0IHBvc3NpYmxlIHRoYXQgZGF0YS5qcyBpcyBtb2RpZmllZCBpbiB5b3VyIGxvY2FsIGdhbGF4 eSB2ZXJzaW9uPyBZb3U8YnI+CiZndDsmZ3Q7Jmd0OyBjb3VsZCBhcHBseSBhbiBoZyBkaWZmIG9u IGRhdGEuanMgb3IgbWF5YmUgc2VuZCB0aGUgZmlyc3QgZmV3IGNvZGUgbGluZXMgaW48YnI+CiZn dDsmZ3Q7Jmd0OyBvcmRlciB2ZXJpZnkgdGhpcz88YnI+CiZndDsmZ3Q7Jmd0Ozxicj4KJmd0OyZn dDsmZ3Q7IFRoYW5rcyw8YnI+CiZndDsmZ3Q7Jmd0OyBTYW08YnI+CiZndDsmZ3Q7PGJyPgomZ3Q7 Jmd0OyBUaGFua3MgU2FtLDxicj4KJmd0OyZndDs8YnI+CiZndDsmZ3Q7IFVuZm9ydHVuYXRlbHkg bXkgZGF0YS5qcyBzZWVtcyB0byBtYXRjaCBnYWxheHktZGlzdCBwZXJmZWN0bHk6PGJyPgomZ3Q7 Jmd0Ozxicj4KJmd0OyZndDsgJCB3Z2V0IDxhIGhyZWY9Imh0dHBzOi8vYml0YnVja2V0Lm9yZy9n YWxheHkvZ2FsYXh5LWRpc3QvcmF3L2M0MjU2N2Y0M2FhNzYyYTQ1ZjdlYjdmYzA5MTcyNjBlZGNh YTU2MzYvc3RhdGljL3NjcmlwdHMvbXZjL2RhdGEuanMiIHRhcmdldD0iX2JsYW5rIj5odHRwczov L2JpdGJ1Y2tldC5vcmcvZ2FsYXh5L2dhbGF4eS1kaXN0L3Jhdy9jNDI1NjdmNDNhYTc2MmE0NWY3 ZWI3ZmMwOTE3MjYwZWRjYWE1NjM2L3N0YXRpYy9zY3JpcHRzL212Yy9kYXRhLmpzPC9hPjxicj4K CiZndDsmZ3Q7IC4uLjxicj4KJmd0OyZndDsgJCBkaWZmIGRhdGEuanMgL21udC9nYWxheHkvZ2Fs YXh5LWRpc3Qvc3RhdGljL3NjcmlwdHMvbXZjL2RhdGEuanM8YnI+CiZndDsmZ3Q7IChubyBkaWZm ZXJlbmNlKTxicj4KJmd0OyZndDs8YnI+CiZndDsmZ3Q7IEkgd29uZGVyIGlmIHBhcnQgb2YgdGhl IGlzc3VlIGlzIHdoaWNoIHRvb2wgY3JlYXRlZCB0aGUgdGFidWxhciBmaWxlLCBhbmQ8YnI+CiZn dDsmZ3Q7IGlmIGl0IHVzZXMgc29tZSBvZiB0aGUgc3BlY2lhbCBjb2x1bW4gbmFtZXMgbGlrZSBj aHJvbW9zb21lIGV0Yy48YnI+CiZndDsmZ3Q7IFRoZSB0b29scyBJJiMzOTt2ZSBub3RpY2VkIHRo aXMgd2l0aCBkbyBub3QgdXNlIGNvbHVtbiBuYW1lIG1ldGFkYXRhPGJyPgomZ3Q7Jmd0OyAoYnV0 IGRvIHRlbmQgdG8gaGF2ZSBhICNjb21tZW50IGxpbmUgd2l0aCBjb2x1bW4gbmFtZXMgYXMgdGhl PGJyPgomZ3Q7Jmd0OyBmaXJzdCBsaW5lKS48YnI+CiZndDsmZ3Q7PGJyPgomZ3Q7Jmd0OyBQZXRl cjxicj4KPC9kaXY+PC9kaXY+PGRpdiBjbGFzcz0iaW0iPiZndDsgX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX188YnI+CiZndDsgUGxlYXNl IGtlZXAgYWxsIHJlcGxpZXMgb24gdGhlIGxpc3QgYnkgdXNpbmcgJnF1b3Q7cmVwbHkgYWxsJnF1 b3Q7PGJyPgomZ3Q7IGluIHlvdXIgbWFpbCBjbGllbnQuIKBUbyBtYW5hZ2UgeW91ciBzdWJzY3Jp cHRpb25zIHRvIHRoaXM8YnI+CiZndDsgYW5kIG90aGVyIEdhbGF4eSBsaXN0cywgcGxlYXNlIHVz ZSB0aGUgaW50ZXJmYWNlIGF0Ojxicj4KJmd0OyCgIDxhIGhyZWY9Imh0dHA6Ly9saXN0cy5ieC5w c3UuZWR1LyIgdGFyZ2V0PSJfYmxhbmsiPmh0dHA6Ly9saXN0cy5ieC5wc3UuZWR1LzwvYT48YnI+ CiZndDs8YnI+CiZndDsgVG8gc2VhcmNoIEdhbGF4eSBtYWlsaW5nIGxpc3RzIHVzZSB0aGUgdW5p ZmllZCBzZWFyY2ggYXQ6PGJyPgomZ3Q7IKAgPGEgaHJlZj0iaHR0cDovL2dhbGF4eXByb2plY3Qu b3JnL3NlYXJjaC9tYWlsaW5nbGlzdHMvIiB0YXJnZXQ9Il9ibGFuayI+aHR0cDovL2dhbGF4eXBy b2plY3Qub3JnL3NlYXJjaC9tYWlsaW5nbGlzdHMvPC9hPjxicj4KJmd0Ozxicj4KPGJyPgo8L2Rp dj4tLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLTxicj4KVmVyc2lvbjogR251UEcgdjIuMC4x OSAoR05VL0xpbnV4KTxicj4KPGJyPgppUUljQkFFQkFnQUdCUUpTVFpmK0FBb0pFTXFEWGRyc01j cFZVSThQLzJNaFB3SHk3K1llTHVLKzVpc3ExckRsPGJyPgp6RXFBeFJYWFJjMjhJa0hrSm52VW01 Q3BSQWRoR1pzZStJQ1VIVTBDTURXWE9ySXk5KzFlR1F6R1NlTm1lV3pEPGJyPgpyVUlpbDZQU2RS NmxNUU9YaEoyY2dlUVlyejVBQ3U5WElsWWpFOVpSRC9jQVQwSStNNGxscENLK2laSDFaSWJxPGJy PgpaR2k3dEJUQU5OdVJvUDlxUDZpdjBvMlNhWEh3L2x5NEdzMDZ5eE9HNTM2SWFIZm5zNTFMUVhY VXIzMDU1YVIvPGJyPgpoajNmcTJJZnBDT3IxR1F5TXZaVW53TXFoTGprL2VVaEc5bVhzMlVKbGZu TEQzWVhpbUNwd2p1N0dCbWg0L1NkPGJyPgpUK0daVVBaczlWMnFHMjN6Q0NucjNrR1pXV3Q4SzN2 OVNVbnhZMWluL2NUamFTWmlkaDhQcmRST0JWdzJLdEkyPGJyPgpmU3ZTQUdBVm0wem03eUhJa3lN TGpOUExBVFJFMTJRcTJ1cUJuRCttTlRZTTcxeHlpaWRzZkMrN1gvZy93aWRNPGJyPgoreWVpV1py RGF5RmhoRG9lNGJIWXFESDRsTnp0b3JUY0Zpb0hNRVNMVHYyT2lyUEJFUkl2L1RUN2txbjU2Q3ps PGJyPgo3Qm9QR1Y2bU12Y0dqdC9VTFgrbkRmYnV5bWNiekRjdG4xVXpmS3F2VmtoV1FLM0pPSHoy bEpiRXZIZjExZFplPGJyPgp0OEJ2NlNxLzZnUnJrM3o0OXFvQmdNcDdhb0E0YzJab1M3VG0vTmtK Q2YzbHJlVnRrejZ0QTJHS01FbXJKTHFZPGJyPgpacWZFKzdOd0crTW9yRytPdmdRYmovVktqem93 REthZVpna0FTaElSakxDNTFvUkE3dDJNdHd6eU0zSDRVcjd4PGJyPgpMazVxa1pIbit5Uk5jRFJx WVhKaDxicj4KPVZvRGk8YnI+Ci0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLTxicj4KPC9ibG9j a3F1b3RlPjwvZGl2Pjxicj48L2Rpdj4K --===============3099537018496994510==-- From bjoern.gruening@pharmazie.uni-freiburg.de Thu Oct 3 13:34:21 2013 From: =?utf-8?q?Bj=C3=B6rn_Gr=C3=BCning?= To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 03 Oct 2013 19:34:12 +0200 Message-ID: <1380821652.3349.37.camel@threonin> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8344602273222438084==" --===============8344602273222438084== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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. >=20 >=20 > On Thu, Oct 3, 2013 at 12:14 PM, Eric Rasche > wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > =20 > I see the same issue, repeatedly on my galaxy instance. > Running > unmodified from the galaxy-dist/default branch. > =20 > Since I'm running the uncompressed data.js, I get a bit more > information > from my errors than Peter's > =20 > > [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." > =20 > =20 > Mine points to line 188 in data.js, specifically the "else if" > in this > function. > =20 > _renderCell: function(cell_contents, index, colspan) { > var column_types =3D > this.model.get_metadata('column_types'); > if (colspan !=3D=3D undefined) { > return $('').attr('colspan', > colspan).addClass('stringalign').text(cell_contents); > } > else if (column_types[index] =3D=3D=3D 'str' || column_types > =3D=3D=3D 'list') { > /* Left align all str columns, right align the > rest */ > return > $('').addClass('stringalign').text(cell_contents); > } > else { > return $('').text(cell_contents); > } > }, > =20 > I get an error: > =20 > "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. > =20 > I commented out the else-if block and found that everything > else was > working, it just rendered as right aligned. > =20 > Hope this helps! > =20 > Eric Rasche > =20 > 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 > wrote: > >> On Thu, Oct 3, 2013 at 2:47 PM, sam guerler > 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/c42567f43aa762a45f7eb7= fc0917260edcaa5636/static/scripts/mvc/data.js > >> ... > >> $ 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 > =20 > > ___________________________________________________________ > > 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/ > > > =20 > =20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.19 (GNU/Linux) > =20 > 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 > =3DVoDi > -----END PGP SIGNATURE----- >=20 >=20 > ___________________________________________________________ > 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/ >=20 > To search Galaxy mailing lists use the unified search at: > http://galaxyproject.org/search/mailinglists/ --===============8344602273222438084==-- From p.j.a.cock@googlemail.com Fri Oct 4 04:53:22 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Fri, 04 Oct 2013 09:52:44 +0100 Message-ID: In-Reply-To: <1380821652.3349.37.camel@threonin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6374432652509095503==" --===============6374432652509095503== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, Oct 3, 2013 at 6:34 PM, Bj=C3=B6rn Gr=C3=BCning 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 !=3D=3D undefined) { return $('').attr('colspan', colspan).addClass('stringalign').text(cell_contents); } - else if (column_types[index] =3D=3D=3D 'str' || column_types =3D=3D= =3D 'list') { - /* Left align all str columns, right align the rest */ - return $('').addClass('stringalign').text(cell_contents); - } + //else if (column_types[index] =3D=3D=3D 'str' || column_types =3D= =3D=3D 'list') { + // /* Left align all str columns, right align the rest */ + // return $('').addClass('stringalign').text(cell_contents); + //} else { return $('').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 --===============6374432652509095503==-- From rasche.eric@yandex.ru Fri Oct 4 09:16:43 2013 From: Eric Rasche To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Fri, 04 Oct 2013 08:09:58 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1957394895297946122==" --===============1957394895297946122== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 aligne= d as you mentioned, which is definitely undesirable.=20 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 th= e same issue as me, because the compressed version of data.js uses column_typ= es as 'j' and index as 'i'.=20 Cheers, Eric Peter Cock schrieb: >On Thu, Oct 3, 2013 at 6:34 PM, Bj=C3=B6rn Gr=C3=BCning > 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 !=3D=3D undefined) { > return $('').attr('colspan', >colspan).addClass('stringalign').text(cell_contents); > } >- else if (column_types[index] =3D=3D=3D 'str' || column_types =3D=3D= =3D >'list') { >- /* Left align all str columns, right align the rest */ >- return >$('').addClass('stringalign').text(cell_contents); >- } >+ //else if (column_types[index] =3D=3D=3D 'str' || column_types =3D= =3D=3D >'list') { >+ // /* Left align all str columns, right align the rest */ >+ // return >$('').addClass('stringalign').text(cell_contents); >+ //} > else { > return $('').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/ --=20 Sent from my Android phone with K-9 Mail. Please excuse my brevity. --===============1957394895297946122== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.htm" MIME-Version: 1.0 PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5PlllcywgdGhlIGNvZGUgaXMgZGVmaW5pdGVseSBicm9r ZW4gc29tZXdoZXJlIGVsc2UsIG5vdCBpbiB0aGlzIGZ1bmN0aW9uLCBidXQgdGhpcyBmaXggZW5z dXJlcyB0aGF0IGRhdGEgaXMgYXQgbGVhc3QgdmlzaWJsZS4gSG93ZXZlciwgZGF0YSBpcyByaWdo dCBhbGlnbmVkIGFzIHlvdSBtZW50aW9uZWQsIHdoaWNoIGlzIGRlZmluaXRlbHkgdW5kZXNpcmFi bGUuIDxicj4KPGJyPgpBcyBmb3IgZ2V0dGluZyB0aGUgc2NyaXB0IG9udG8gbXVsdGlwbGUgbGlu ZXMsIHlvdSBhcmUgY29ycmVjdCwgeW91JiMzOTtkIG5lZWQgdG8gc2VydmUgdGhlIHVuY29tcHJl c3NlZCB2ZXJzaW9uLiBUaGVuIGFnYWluLCBJIGJlbGlldmUgeW91JiMzOTtyZSBleHBlcmllbmNp bmcgdGhlIHNhbWUgaXNzdWUgYXMgbWUsIGJlY2F1c2UgdGhlIGNvbXByZXNzZWQgdmVyc2lvbiBv ZiBkYXRhLmpzIHVzZXMgY29sdW1uX3R5cGVzIGFzICYjMzk7aiYjMzk7IGFuZCBpbmRleCBhcyAm IzM5O2kmIzM5Oy4gPGJyPgo8YnI+CkNoZWVycyw8YnI+CkVyaWM8YnI+PGJyPjxkaXYgY2xhc3M9 ImdtYWlsX3F1b3RlIj48YnI+Cjxicj4KUGV0ZXIgQ29jayAmbHQ7cC5qLmEuY29ja0Bnb29nbGVt YWlsLmNvbSZndDsgc2NocmllYjo8YmxvY2txdW90ZSBjbGFzcz0iZ21haWxfcXVvdGUiIHN0eWxl PSJtYXJnaW46IDBwdCAwcHQgMHB0IDAuOGV4OyBib3JkZXItbGVmdDogMXB4IHNvbGlkIHJnYigy MDQsIDIwNCwgMjA0KTsgcGFkZGluZy1sZWZ0OiAxZXg7Ij4KPHByZSBjbGFzcz0iazltYWlsIj5P biBUaHUsIE9jdCAzLCAyMDEzIGF0IDY6MzQgUE0sIEJqw7ZybiBHcsO8bmluZzxiciAvPiZsdDti am9lcm4uZ3J1ZW5pbmdAcGhhcm1hemllLnVuaS1mcmVpYnVyZy5kZSZndDsgd3JvdGU6PGJyIC8+ PGJsb2NrcXVvdGUgY2xhc3M9ImdtYWlsX3F1b3RlIiBzdHlsZT0ibWFyZ2luOiAwcHQgMHB0IDFl eCAwLjhleDsgYm9yZGVyLWxlZnQ6IDFweCBzb2xpZCAjNzI5ZmNmOyBwYWRkaW5nLWxlZnQ6IDFl eDsiPkhpIFNhbSw8YnIgLz48YnIgLz5hbnkgY2hhbmNlIHRvIGNvbW1pdCB0aGF0IGZpeCB0byBH YWxheHktc3RhYmxlPzxiciAvPjxiciAvPlRoYW5rcyE8YnIgLz5Cam9lcm48L2Jsb2NrcXVvdGU+ PGJyIC8+VGhlIGVycm9yIFNhbSBhbmQgRXJpYyByZXBvcnRlZCBpcyBkaWZmZXJlbnQgdG8gbWlu ZSwgYW5kIHNvIHRoaXM8YnIgLz5kb2Vzbid0IHNvbHZlIHRoZSBkaXNwbGF5IGlzc3VlIG9uIG15 IG1hY2hpbmU6PGJyIC8+PGJyIC8+JCBoZyBkaWZmIHN0YXRpYy9zY3JpcHRzL212Yy9kYXRhLmpz PGJyIC8+ZGlmZiAtciBjNDI1NjdmNDNhYTcgc3RhdGljL3NjcmlwdHMvbXZjL2RhdGEuanM8YnIg Lz4tLS0gYS9zdGF0aWMvc2NyaXB0cy9tdmMvZGF0YS5qcyAgICBNb24gQXVnIDE5IDEzOjE5OjU2 IDIwMTMgLTA0MDA8YnIgLz4rKysgYi9zdGF0aWMvc2NyaXB0cy9tdmMvZGF0YS5qcyAgICBGcmkg T2N0IDA0IDA5OjQ0OjM5IDIwMTMgKzAxMDA8YnIgLz5AQCAtMTg1LDEwICsxODUsMTAgQEA8YnIg Lz5pZiAoY29sc3BhbiAhPT0gdW5kZWZpbmVkKSB7PGJyIC8+cmV0dXJuICQoJyZsdDt0ZCZndDsn KS5hdHRyKCdjb2xzcGFuJyw8YnIgLz5jb2xzcGFuKS5hZGRDbGFzcygnc3RyaW5nYWxpZ24nKS50 ZXh0KGNlbGxfY29udGVudHMpOzxiciAvPn08YnIgLz4tICAgICAgICBlbHNlIGlmIChjb2x1bW5f dHlwZXNbaW5kZXhdID09PSAnc3RyJyB8fCBjb2x1bW5fdHlwZXMgPT09ICdsaXN0JykgezxiciAv CiA+LSAgICAgCiAgICAgIC8qIExlZnQgYWxpZ24gYWxsIHN0ciBjb2x1bW5zLCByaWdodCBhbGln biB0aGUgcmVzdCAqLzxiciAvPi0gICAgICAgICAgICByZXR1cm4gJCgnJmx0O3RkJmd0OycpLmFk ZENsYXNzKCdzdHJpbmdhbGlnbicpLnRleHQoY2VsbF9jb250ZW50cyk7PGJyIC8+LSAgICAgICAg fTxiciAvPisgICAgICAgIC8vZWxzZSBpZiAoY29sdW1uX3R5cGVzW2luZGV4XSA9PT0gJ3N0cicg fHwgY29sdW1uX3R5cGVzID09PSAnbGlzdCcpIHs8YnIgLz4rICAgICAgICAvLyAgICAvKiBMZWZ0 IGFsaWduIGFsbCBzdHIgY29sdW1ucywgcmlnaHQgYWxpZ24gdGhlIHJlc3QgKi88YnIgLz4rICAg ICAgICAvLyAgICByZXR1cm4gJCgnJmx0O3RkJmd0OycpLmFkZENsYXNzKCdzdHJpbmdhbGlnbicp LnRleHQoY2VsbF9jb250ZW50cyk7PGJyIC8+KyAgICAgICAgLy99PGJyIC8+ZWxzZSB7PGJyIC8+ cmV0dXJuICQoJyZsdDt0ZCZndDsnKS50ZXh0KGNlbGxfY29udGVudHMpOzxiciAvPn08YnIgLz48 YnIgLz5UaGlzIGJpdCBjb2RlIGhhc24ndCBjaGFuZ2VkIG9uIHRoZSBnYWxheHktY2VudHJhbCwg c288YnIgLz53aGF0ZXZlciBpcyBicmVha2luZyB0aGUgY29sdW1uX3R5cGVzIG9uIEVyaWMncyBt YWNoaW5lPGJyIC8+c2VlbXMgdG8gYmUgY29taW5nIGZyb20gZWxzZXdoZXJlLiBUaGUgd29ya2Fy b3VuZDxiciAvPmxvb2tzIGxpa2UgaXQgd291bGQgaGF2ZSB0aGUgZG93bnNpZGUgb2YgcmlnaHQg YWxpZ24gc3RyaW5nPGJyIC8+Y29sdW1ucywgd2hpY2ggaXMgdW5kZXNpcmFibGUuPGJyIC8+PGJy IC8+RXJpYywgaXMgdGhlcmUgYSBzaW1wbGUgdHJpY2sgdG8gZ2V0IGRhdGEuanMgaW50byB0aGUg YnJvd3NlcjxiciAvPndpdGggbXVsdGlwbGUgbGluZXM/IFJpZ2h0IG5vdyBGaXJlZm94IHRlbGxz IG1lIHRoZSAnaicgZXJyb3I8YnIgLz5pcyBvbiBsaW5lIG9uZSBiZWNhdXNlIHRoZSBlbnRpcmUg ZmlsZSBpcyBvbmUgbG9uZyBsaW5lIDooPGJyIC8+PAogYnIKLz5bMDk6NDc6MzQuMDU3XSBUeXBl RXJyb3I6IGogaXMgdW5kZWZpbmVkIEA8YnIgLz5odHRwOi8veHh4L2dhbGF4eS9zdGF0aWMvc2Ny aXB0cy9tdmMvZGF0YS5qczoxPGJyIC8+PGJyIC8+UHJlc3VtYWJseSBJIG5lZWQgR2FsYXh5IHRv IHNlcnZlIGRhdGEuanMgdW5jb21wcmVzc2VkPzxiciAvPjxiciAvPlRoYW5rcyw8YnIgLz48YnIg Lz5QZXRlcjxiciAvPjxiciAvPjxociAvPjxiciAvPlBsZWFzZSBrZWVwIGFsbCByZXBsaWVzIG9u IHRoZSBsaXN0IGJ5IHVzaW5nICJyZXBseSBhbGwiPGJyIC8+aW4geW91ciBtYWlsIGNsaWVudC4g IFRvIG1hbmFnZSB5b3VyIHN1YnNjcmlwdGlvbnMgdG8gdGhpczxiciAvPmFuZCBvdGhlciBHYWxh eHkgbGlzdHMsIHBsZWFzZSB1c2UgdGhlIGludGVyZmFjZSBhdDo8YnIgLz48YSBocmVmPSJodHRw Oi8vbGlzdHMuYngucHN1LmVkdSI+aHR0cDovL2xpc3RzLmJ4LnBzdS5lZHU8L2E+LzxiciAvPjxi ciAvPlRvIHNlYXJjaCBHYWxheHkgbWFpbGluZyBsaXN0cyB1c2UgdGhlIHVuaWZpZWQgc2VhcmNo IGF0OjxiciAvPjxhIGhyZWY9Imh0dHA6Ly9nYWxheHlwcm9qZWN0Lm9yZy9zZWFyY2gvbWFpbGlu Z2xpc3RzIj5odHRwOi8vZ2FsYXh5cHJvamVjdC5vcmcvc2VhcmNoL21haWxpbmdsaXN0czwvYT4v PGJyIC8+PC9wcmU+PC9ibG9ja3F1b3RlPjwvZGl2Pjxicj4KLS0gPGJyPgpTZW50IGZyb20gbXkg QW5kcm9pZCBwaG9uZSB3aXRoIEstOSBNYWlsLiBQbGVhc2UgZXhjdXNlIG15IGJyZXZpdHkuPC9i b2R5PjwvaHRtbD4= --===============1957394895297946122==-- From p.j.a.cock@googlemail.com Fri Oct 4 09:25:02 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Fri, 04 Oct 2013 14:24:54 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4346512374082602177==" --===============4346512374082602177== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche 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 --===============4346512374082602177==-- From p.j.a.cock@googlemail.com Thu Oct 17 08:59:01 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 17 Oct 2013 13:58:52 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4967774626800417847==" --===============4967774626800417847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, Oct 4, 2013 at 2:24 PM, Peter Cock wrot= e: > On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche wrote: >> Yes, the code is definitely broken somewhere else, not in this function, b= ut >> 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-= data-js-error Peter --===============4967774626800417847==-- From rasche.eric@yandex.ru Thu Oct 17 11:05:48 2013 From: Eric Rasche To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 17 Oct 2013 10:05:36 -0500 Message-ID: <525FFCC0.4040000@yandex.ru> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7184767556621285697==" --===============7184767556621285697== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -----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 wr= ote: >> On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche wrot= e: >>> 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. >=20 > In the meantime to help ensure this does get fixed in the next > stable release, I filed an issue on Trello: >=20 > https://trello.com/c/it0oXXeT/1190-tabular-data-not-displaying-in-main-pane= l-data-js-error >=20 > Peter >=20 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 - --=20 Eric Rasche Programmer II Center for Phage Technology Texas A&M University College Station, TX 77843 404-692-2048 esr(a)tamu.edu rasche.eric(a)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 =3Ds/4f -----END PGP SIGNATURE----- --===============7184767556621285697==-- From p.j.a.cock@googlemail.com Thu Oct 17 11:28:47 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Thu, 17 Oct 2013 16:28:38 +0100 Message-ID: In-Reply-To: <525FFCC0.4040000@yandex.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6166108260120311171==" --===============6166108260120311171== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, Oct 17, 2013 at 4:05 PM, Eric Rasche 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 w= rote: >>> On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche wro= te: >>>> 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 ne= ed >>>> 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-pan= el-data-js-error >> >> 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 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(a)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 --===============6166108260120311171==-- From p.j.a.cock@googlemail.com Wed Oct 30 07:43:12 2013 From: Peter Cock To: galaxy-dev@lists.galaxyproject.org Subject: Re: [galaxy-dev] Tabular data not displaying in main panel Date: Wed, 30 Oct 2013 11:43:03 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6750329593614301843==" --===============6750329593614301843== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, Oct 17, 2013 at 4:28 PM, Peter Cock wro= te: > On Thu, Oct 17, 2013 at 4:05 PM, Eric Rasche wrot= e: >> -----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 = wrote: >>>> On Fri, Oct 4, 2013 at 2:09 PM, Eric Rasche wr= ote: >>>>> 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 n= eed >>>>> 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-pa= nel-data-js-error >>> >>> 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 > 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(a)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 date: Wed Oct 23 14:39:49 2013 +0200 summary: cleanup & bugfix for R environment ... Regards, Peter --===============6750329593614301843==--