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

Sequence size limit? #194

Open
garlandcrow opened this issue Mar 7, 2023 · 1 comment
Open

Sequence size limit? #194

garlandcrow opened this issue Mar 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@garlandcrow
Copy link

Describe the bug

When trying to open a fasta file that is 6mb, the browser hangs and eventually crashes after about 20sec. Don't see anything in console as exactly why, like if its memory related?? Or if it hit some other limit of UI unactivity etc?? Is there a known limit on sequence length? I am using seqparse and it parses it fine, just when it gets passed to SeqViz it crashes.

Your environment:

@garlandcrow garlandcrow added the bug Something isn't working label Mar 7, 2023
@bugzpodder
Copy link
Collaborator

@garlandcrow would you mind answering a few questions?

  • how long is your sequence? 6mb = 6m bps?
  • which visualizer are you using? linear or circular or both?
  • Are you trying it in dev build or a production build?
  • are you using nextjs/Remix or CRA/Vite?
  • What features do you have on? annotations? translations? searching? try turning some/all off to see if it helps?

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

No branches or pull requests

2 participants