dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

[WIP] Add wrapper for an electron app #222

Open olgabot opened 6 years ago

olgabot commented 6 years ago

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

This isn't extended yet to run with other genomes or data.

dasmoth commented 6 years ago

Very cool!

I'm slightly loathe to add electron as a "general" dependency of the Biodalliance package though, since it's pretty big (119Mb on my machine). How easy would it be to split this into its own package that depends on both Biodalliance and electron?

This is a timely reminder that I should wrap up a few outstanding issues and cut a proper Biodalliance 0.14.x release. For now, you can pull in the latest version in a package.json file using something like:

    "dependencies": {
          "dalliance": "https://www.biodalliance.org/people/thomas/dalliance-0.13.90-alpha.3.tgz",
    }