TeselaGen / openVectorEditor

DEPRECATED - Teselagen's Open Source Vector/Plasmid Editor Component
https://teselagen.github.io/tg-oss/ove/#/Editor
MIT License
199 stars 71 forks source link

in Alignment Viewer, How can I apply selection for each sequence, not select all sequences at the same time? #797

Open Eng-Elias opened 2 years ago

Eng-Elias commented 2 years ago

@tnrich

Hello there,

thank you for OpenVectorEditor,

I have an issue: I need one selection layer but I need to select one sequence not all sequences at the same time, is this feature existed now or you will add it in the future?

thanks

tnrich commented 2 years ago

Hey @Elias-Awess I'll need to look into how hard it will be to implement what you're asking for. What is your use case for this mode of action out of curiosity?

Eng-Elias commented 2 years ago

thanks @tnrich,

for my use case, I need to select one sequence at a time and do some operation on it like: remove this selected sequence, copy, ....

tnrich commented 2 years ago

@Elias-Awess It looks a little tougher than I thought to get multiple independent selections..

If it works for you, I would maybe recommend using this interface:

image

And targeting the track that is being right clicked on by name.

Not sure if that would do the trick but it will work immediately. I don't have the bandwidth to add a custom solution for your use case right now.

-Thomas

tnrich commented 2 years ago

@Elias-Awess do my instructions make sense to you?

Eng-Elias commented 2 years ago

@tnrich,

Sorry for the late to respond,

Yes I used your suggestion and it is useful for now, but I think that if the selection was on one sequence it will be better for UX.

Thank you

tnrich commented 2 years ago

@Elias-Awess happy to take a PR that improves the UX but I don't have the bandwidth to tackle this right now.