Ben Booth

Results 13 comments of Ben Booth

It would also be nice if there was an option to use the `ProcessedTranscript` glyph with bigBed tracks instead of the `UCSC/Bed` glyphs. Thanks!

Clearing the cache fixed the problem on both browsers. Thanks!

An SVG export option would be great. I think it could be done completely within the browser using a data: URI to save the file. Although I guess this would...

There is a project which simulates a canvas but builds a SVG: http://svgkit.sourceforge.net/SVGCanvas.html Would it be possible to write a jBrowse plugin that could export to SVG using something like...

You might be able to avoid using SVGCanvas if you write an interface to abstract the drawing operations. The drawing operations for canvas and SVG are basically equivalent, except with...

Being able to export figures in a scalable, resizable format suitable for publications is a must-have for us before we can switch away from our ugly hacked-together Bio::Graphics mess to...

If anyone needs this capability, the [dalliance](http://www.biodalliance.org/) browser can export SVG images, and it supports many of the same file formats as JBrowse. It also can use the JBrowse-formatted REST...

Converting the fasta file to two-bit format works as a workaround for this case.

> I am not a big fun of configuration by env variables but I am not saying no :) Could you provide some use cases that you see for such...

Searching in parent directories of the running script could be done right before searching the current working directory.