GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
464 stars 199 forks source link

Make browser usable for large next-generation assemblies. #5

Closed jbrowsetix closed 12 years ago

jbrowsetix commented 12 years ago

Hello, I have a few genome assemblies in progress (in the 2-3Gb range). This tool would be great but since these assemblies are highly fragmented (usually 150k to 300k scaffolds not assigned to any higher level group like a chromosome) the browser fails to load. Simply running ls on the ./data/seq directory takes about a minute, and the ./data/refSeqs.js file is 27Mb. This is actually for one of our better assemblies. These types of genomes work fine in browsers like the UCSC genome browser since everything is stored and accessed in a mysql database. Although that is not your model, would there be an alternative, such as making a multi-level directory tree for the scaffolds, and possibly indexing the list of names so that they work reasonably fast?

Anyway I hate having to reload my assemblies into the UCSC genome browser since I am in rapid assembly and re-assembly mode. I would really like a quick light-weight program to view my assemblies in progress, visualize alignments, etc, and this tool seems like it should fit that bill really well. This program seems like it could be a perfect tool for de-novo genome assembly projects which are becoming rapidly more common. A quick, light-weight, server hosted browser like this would be great for this purpose.

Thanks for your time and consideration, John

original LH ticket

This ticket has 0 attachment(s).

rbuels commented 12 years ago

merging this issue into #3