1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/83756dd3d868/ changeset: 83756dd3d868 user: jgoecks date: 2011-12-22 16:43:17 summary: Trackster: use integer for dummy filter value rather than string because it is easier for client to decode. affected #: 1 file diff -r 356e8b9510a965d09226c450746dfa2ba267a42c -r 83756dd3d868aee6d319f0d1904a1dcdda12b5b9 lib/galaxy/visualization/tracks/data_providers.py --- a/lib/galaxy/visualization/tracks/data_providers.py +++ b/lib/galaxy/visualization/tracks/data_providers.py @@ -1053,5 +1053,5 @@ payload.append( feature.attributes[col] ) else: # Dummy value. - payload.append( "na" ) + payload.append( 0 ) return payload Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.