Chase Miller

Results 8 issues of Chase Miller

xlink:href attributes with a path e.g. (/analysys/1#pathId as opposed to just #pathId) do not render. Here's a dropbox link to an example that illustrates the problem. The circle on the...

bug

use Lucs patch to add options to genbank and rewrite bed parser to act the same way

when tooltip gets fired the hover area should include the tooltip and not just the glyph

break this down into single test areas

Currently the iobio webservices are called directly in the function. e.g. ``` var cmd = new iobio.cmd( IOBIO.tabix, ['-H', vcfURL], {ssl: useSSL} ); cmd.on('data', function(data) { if (data != undefined)...

ready