Skip to content

igvteam/circular-view-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circular View App

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 Use

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

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=""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •