Skip to content
New issue

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

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

Already on GitHub? # to your account

How to turn off "translation" for amino acid seqs? #274

Closed
rtviii opened this issue Oct 1, 2024 · 1 comment · Fixed by #276
Closed

How to turn off "translation" for amino acid seqs? #274

rtviii opened this issue Oct 1, 2024 · 1 comment · Fixed by #276
Labels
bug Something isn't working

Comments

@rtviii
Copy link

rtviii commented Oct 1, 2024

I unfortunately get this "translation" annotation at the bottom of the sequence, which i don't see how i would ve enabled.

It's pretty annoying because i can't select ranges of residues (the moment you clikc on one the whole sequence gets selected via this blue translation flyer). I was looking forward to using the 'linear' version of the viz...

Just installed the packaged and tried the simple example:

import { SeqViz } from "seqviz"
...
  <SeqViz
    name="J23100"
    seq="MEQYYGTGRRKEAVARVFLRPGNGKVTVNGQDFNEYFQGLVRAVAALEPLRAVDALGRFDAYITVRGGGKSGQIDAIKLGIARALVQYNPDYRAKLKPLGFLTRDARVVERKKYGKHKARRAPQYSKR"
    // annotations={[{ name: "promoter", start: 0, end: 34, direction: 1, color: "blue" }]}
  />

image

@rtviii rtviii added the bug Something isn't working label Oct 1, 2024
@guzmanvig
Copy link
Collaborator

Thanks for reporting this. You are correct, this is indeed a bug. Will be fixed soon.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants