Skip to content

idekerlab/ndex-valet-electron

Repository files navigation

NDEx Valet Electron App

Introduction

This is an experimental application to use Electron as a new front-end for Cytoscape app.

This Electron app is designed to work as a part of Cytoscape app, and not a stand-alone application for browsing NDEx.

Project Structure

Files

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • render.js - JavaScript code for the page renderer.

Run

You cannot test complete application only with this project, but you can test the some of the features, such as searching NDEx database.

npm install && npm start

Build the Application

License:


The Cytoscape Consortium

© 2016 Keiichiro Ono (University of California, San Diego)