josiahseaman / FluentDNA

FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ideogram: Mouse coordinate padding is off at the end of each chromatin fiber row

josiahseaman opened this issue · comments

#39 #53 Follow on for Ideogram 44c664e

This is a known issue that won't be fixed right now.

padding[-1] = self.fibre_padding  # very last y layer has padding to match hacked_padding()
# This has the side effect that coordinates are wrong for the last half of the last
# block in each row where hacked padding comes in the middle and mouse padding is at the end

The solution is to either rewrite build_coordinate_mapping() to be levels based or special case the last block of each fiber row in peano_mouse_position().