Handling big genomes #1840
-
Hello, I am looking at using JBrowse2 to work with our assembly of the Pinus radiata genome which is around 25 Gbp. Eventually we might want to develop plugins for new tracks etc depending on our specific needs. I have never developed in JavaScript though (I’m mostly used to C and Python), so for now I’m just trying to get a feel of what’s possible. I installed a development server as per the instructions, and loaded the bgzipped indexed fasta data with our current scaffolds, but get an “Out of Memory” if I try to load the entire assembly. What would be the best way to deal with a big genome like this one? Could I modify the code to handle the memory differently? Or would that be impossible or too much of a task, especially for someone who’s never touched JavaScript? Then I guess we would just stick to displaying the genome in smaller pieces. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @celine-mercier, thanks for trying out JBrowse 2! I was wondering if we could get a bit more information to best know how to help. First of all, how many scaffolds are in the FASTA you are using? When you say you get an out of memory error, at what point does the error show up? Does the app not load at all, or does it load but then crash when you try to open a view? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Should be fixed in next release after fix from #2060 |
Beta Was this translation helpful? Give feedback.
Should be fixed in next release after fix from #2060