JEFworks / ubit2

User-friendly Bioinformatics Tools
http://pklab.med.harvard.edu/jean/ubit2/index.html
18 stars 6 forks source link

Dynamic loading of table #23

Open JEFworks opened 8 years ago

JEFworks commented 8 years ago

After mapping a fastq, a lot of time is spend writing/displaying the counts matrix. Potential solutions include displaying the counts matrix in a dynamic way or only updating the matrix after all fastqs have been mapped.

Another solution would be to switch back to the carousel organization.