1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6a548e4e607f/ Changeset: 6a548e4e607f User: jgoecks Date: 2014-07-15 23:04:33 Summary: Visualization framework: fix bug in searching interval features. Affected #: 1 file diff -r 70272fb2005161f34e13173df323b8e5363a9319 -r 6a548e4e607f57942bc874ab10eb738522d5e9d9 lib/galaxy/visualization/data_providers/genome.py --- a/lib/galaxy/visualization/data_providers/genome.py +++ b/lib/galaxy/visualization/data_providers/genome.py @@ -93,7 +93,10 @@ else: high = mid + # Need to move back one line because last line read may be included in + # results. position = low * line_len + textloc_file.seek( position ) # At right point in file, generate hits. result = [] 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.