maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
104 stars 40 forks source link

Show meta values with UTF-8 characters #200

Closed mxposed closed 3 years ago

mxposed commented 3 years ago

Fixes #199

MimeType line helps with displaying the metadata on the right correctly (at least on my setup).

The Blob line measures text size in bytes instead of UTF-8 characters as was before