Alan Cleary
Alan Cleary
This is a cross post from [Stack Overflow](https://stackoverflow.com/questions/58208565/bibtexparser-dump-bibdatabase-with-unicode-strings-to-string-with-latex-encodin). I can us BibtexParser to parse a BibTeX file with special characters encoded as LaTeX into a Unicode BibDatabase as follows ```python...
I think it would be nice if there were a RediSearch asyncio Python Client, specifically, one based on the [aioredis](https://github.com/aio-libs/aioredis) asyncio (PEP 3156) Redis client library. Looking at the redisearch-py...
I have a graph that was built with Seqwish and augmented with reads mapped with GraphAligner. I used vg version 1.16.0 to build an xg for the augmented graph ```...
There's a couple places in GCV that use jQuery. I did this because it was a dependency of Bootstrap anyway, so when in Rome... However, Bootstrap 5 dropped jQuery as...
This is a catch-all for issues related to bug fixes and simple features that can be addressed now: High priority: - [ ] #424 difficult - [ ] #420 difficult...
There's 2 links to the GCV manuscript in the GCV app: in the dropdown menu of the app-wide navbar and on the instructions page. Both link to the previous Bioinformatics...
As @adf-ncgr pointed out in issue #161, the score and threshold alignment parameters need to be adjusted relative to the size of the query/result tracks. For users not familiar with...
This is a catch-all for everything involved in reimplementing the GCV visualizations as web components: High priority: Medium priority: Low priority: - [ ] #394 medium - [ ] #395...
This is a catch-all for issues related to the version 3 release of GCV: High priority: Medium priority: - [ ] #834 hard - [ ] #833 difficult - [...
Unlike issue #226, it'll be harder to isolate micro-track scrolling to each sub-view (cluster of tracks) because scrolling could change the clusters, thus confounding other sub-views. @adf-ncgr, should we omit...