Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

knmkr/deprecated-example-app-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whole genome desktop app demo with awtk API

Example app with awtk API in Electron (Node.js)

E.g. Register genome VCF

capture 1

E.g. Retrieve genotype

capture 2

For developers

Install

$ npm install

Run

$ electron .

Build

$ electron-packager . --platform=darwin --arch=x64 --version=$(npm view electron-prebuilt version) --icon=icon/app.icns --overwrite

Logs

  • OSX: ~/Library/Logs/example-app-electron/log.log
  • Linux: ~/.config/example-app-electron/log.log
  • Windows: $HOME/AppData/Roaming/example-app-electron/log.log

About

[DEPRECATED] [PROOF OF CONCEPT] Example app with awtk API in Electron (Node.js)

Resources

License

Stars

Watchers

Forks

Packages

No packages published