dalliance icon indicating copy to clipboard operation
dalliance copied to clipboard

Interactive web-based genome browser.

Results 68 dalliance issues
Sort by recently updated
recently updated
newest added

Please, consider updating the official site, as it created the impression that the project is dead (latest news several years ago, outdated genomes are used by default). And please give...

Hello,I am sorry to disturb you. Recently in learning to use Dalliance.I hope to be able to display the genome information of saccharomyces cerevisiae in the browser.But I don't konw...

Hi there, I'm attempting to highlight a single basepair in the browser. My BED row is: "chr4 4175043 4175058 spacer 999 - 4175051 4175052 255,0,0 1 15 0" The top...

I would like to embed a browser configured with data sources from local javascript objects. Is something like this possible? ``` var features = [ {chr: '1', start: 123, end:...

Attempting to install from npm following the README.md throws an error. ``` npm install dalliance cd node_modules/dalliance npm install -g gulp npm install gulp ``` ``` Error: Cannot find module...

(CC @ymen. Thanks to @timjph for initially bringing this to my attention). The new translation code is sometimes generating incorrect (or at least improbable) translations in cases where gene annotation...

When data is at the very start of the track it is overlapped by the track label/name. An option to indent the track so it starts just to the right...

Currently, features and their labels in bed-based tiers are drawn on separate lines. This can lead to very large tiers in the browser where you can't compare tiers easily. Have...

Browser.search is only really suitable as a hook for the Browser chrome. A final API should: ``` - Return match data to the caller, rather than triggering immediate browser navigation....

This is a proof-of-concept thin wrapper to run the mouse genome in an electron app, as below. ![screen shot 2017-09-19 at 1 11 20 pm](https://user-images.githubusercontent.com/806256/30613193-1086cbd0-9d3c-11e7-9157-753055c689fe.png) This isn't extended yet to...