wurmlab / afra

Genome Annotation for the Masses
http://afra.sbcs.qmul.ac.uk
Apache License 2.0
36 stars 21 forks source link

resize exons - edge matching #32

Closed yannickwurm closed 9 years ago

yannickwurm commented 10 years ago

need exon edge matching like in WA.

hargup commented 10 years ago

@yeban What is "WA"?

raivivek commented 10 years ago

@hargup WA refers to WebApollo.

https://github.com/gmod/apollo

yeban commented 10 years ago

I have been using their outdated public demo for reference - http://genomearchitect.org/WebApolloDemo. Try resizing an exon while the shift key is pressed. Notice the red vertical line? That's what we want. If you will mouseover on the ruler in Afra, you will see the same, red, vertical line. We want that red, vertical line to appear when exon is being resized - without having to press Shift key.

afra - ruler

yeban commented 10 years ago

Also, I don't think Shift-resize in WA is a feature. Just that JB allows shift-drag to zoom.

(JB is JBrowse - http://jbrowse.org/)

hargup commented 9 years ago

I made an attempt to solve the issue at https://github.com/yeban/afra/pull/53

yeban commented 9 years ago

Closed via f768d813f944f4be562dc3d93cc8e70007df59be. Thanks.