McGill-CSB / PHYLO

a gaming framework to align genomic data
phylo.cs.mcgill.ca/edge
Other
11 stars 14 forks source link

Allow blocks to be moved past the beginning and end of the grid #108

Open rasmus-storjohann opened 9 years ago

rasmus-storjohann commented 9 years ago

Sometimes I have alignments that happen to sit right at the very left side of the grid. If I want to move one of the sequences to the left, I first have to select all the sequences, move them to the right to make room, then move the relevant sequence to the left.

Solution: If a sequence is sitting to the far left of the grid and I pull it to the left, then all the other sequences should be shifted to the right, which has the same effect. The symmetric case on the right of the grid too, of course.