Application wrapper for the IGV-JBrowse circular view, a visualization for long-range genomic interactions,
based on the JBRowse circular view component. The purpose of the wrapper is to enable interaction between
this Javascript circular view component and the Java IGV Desktop application.
Application created from the electron quick start project.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/igvteam/circular-view-app
# Go into the repository
cd circular-view-app
# Install dependencies
npm install
# Run the app
npm start
To build first clone and npm install as described above. Then run
npm run build
Build artifacts will be deposited in a "dist" folder. The build itself is configured in package.json
. See
the electron-builder documentation for configuration options.
The build includes signing and notarizing the Apple app. This requires a .env file at the root of the project directory to define an Apple developer id, an Apple team id, and an app-specific Apple password:
APPLE_ID=""
APPLE_TEAM_ID=""
APPLE_ID_PASSWORD=""