Skip to content
/ eg3 Public

WashU Epigenome Browser (3rd generation, since 2025)

License

Notifications You must be signed in to change notification settings

twlab/eg3

Repository files navigation

WashU Epigenome Browser

(3rd generation since 2025)

History

current generation since 2025

the 2nd generation since 2018

the 1st generation since 2010

Run the Browser locally

  • get Node.js (version 20 above recommended) and yarn package management tool

  • clone the code

  • install the package at root folder

    yarn install
  • go the eg-browser folder

    yarn install
    yarn dev
  • the browser should be running on your local computer now at http://localhost:5173/

    VITE v5.4.14  ready in 409 ms
    
    ➜  Local:   http://localhost:5173/
    ➜  Network: use --host to expose
    ➜  press h + enter to show help

Use the Browser as a module in your web application

  • install the package from NPM registry

    npm install wuepgg
  • import the package and related style sheet

    import GenomeHub from "wuepg"
    import "wuepgg/style.css"
    
    <GenomeHub name={exampleName} dataHub={exampleDataHub} />
  • example of screenshot for each step can found below:

npm install screenshot import screenshot use the component screenshot how it looks screenshot

Questions or feedbacks?

  • Please submit an issue request. We'll try to get back to you asap.

Community