Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
josiahseaman opened this issue Dec 4, 2018 · 0 comments
Labels

Comments

@josiahseaman
Copy link
Owner

josiahseaman commented Dec 4, 2018

#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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant