JEFworks / ubit2

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

Changed panel toggles from collapse to tabs, implemented variance filter and Browser Genome functionality, made buttons and inputs Bootstrap compliant, added recursive upload and code for .2bit upload (but not the files because git lfs didn't work for me) #19

Open dfan opened 8 years ago

dfan commented 8 years ago

I wasn't able to add the .2bit files to my repository because the files are over 100 MB and git lfs didn't work for me. If you are able to add the .2bit files into your repository then the code will work! Otherwise just remove the call to LoadPresetGenome() in Init() and the following lines in FirstMove(): document.getElementById('homo').addEventListener('click', LoadPresetGenome, false); document.getElementById('mus').addEventListener('click', LoadPresetGenome, false);

This will just leave out the automated .2bit download but leave the other stuff intact.

dfan commented 8 years ago

Uncommented out the .2bit download code and everything should work now! My copy is working at https://dfan97.github.io/ubit2/ with all the features (except the .2bit download).