{"id":51403927,"url":"https://github.com/twlab/eg3","last_synced_at":"2026-07-04T09:32:33.323Z","repository":{"id":281517329,"uuid":"772586755","full_name":"twlab/eg3","owner":"twlab","description":"WashU Epigenome Browser (3rd generation, since 2025)","archived":false,"fork":false,"pushed_at":"2026-06-26T20:19:52.000Z","size":85704,"stargazers_count":15,"open_issues_count":16,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-26T22:12:32.854Z","etag":null,"topics":["data-visualization","epigenome","washu-epigenome-browser"],"latest_commit_sha":null,"homepage":"https://epigenomegateway.wustl.edu/browser/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-15T13:43:14.000Z","updated_at":"2026-06-23T02:47:28.000Z","dependencies_parsed_at":"2025-07-31T12:20:38.525Z","dependency_job_id":"7cc38cea-d888-4b75-a71f-eca2cb0cfd76","html_url":"https://github.com/twlab/eg3","commit_stats":null,"previous_names":["twlab/eg3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twlab/eg3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlab%2Feg3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlab%2Feg3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlab%2Feg3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlab%2Feg3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twlab","download_url":"https://codeload.github.com/twlab/eg3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twlab%2Feg3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35117335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","epigenome","washu-epigenome-browser"],"created_at":"2026-07-04T09:32:32.836Z","updated_at":"2026-07-04T09:32:33.317Z","avatar_url":"https://github.com/twlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WashU Epigenome Browser\n\n*(3rd generation since 2025)*\n\n## History\n\n### current generation since 2025\n\n* [Access the Browser](https://epigenomegateway.wustl.edu/browser/)\n* [AWS mirrow](https://epigenomegateway.org/browser/)\n* [Source code](https://github.com/twlab/eg3)\n* [Documentation](https://epgg.github.io/)\n\n### the 2nd generation since 2018\n\n* [Access the Browser](https://epigenomegateway.wustl.edu/browser2022/)\n* [AWS mirror](https://epigenomegateway.org/browser2022/)\n* [Source code](https://github.com/lidaof/eg-react)\n* [Documentation](https://eg.readthedocs.io/en/latest/)\n\n### the 1st generation since 2010\n\n* [Access the Browser](https://epigenomegateway.wustl.edu/legacy/)\n* [Source code](https://github.com/epgg/eg)\n* [Documentation](https://wiki.wubrowse.org/)\n\n## Run the Browser locally\n\n* get Node.js (version 20 above recommended) and yarn package management tool\n* clone the code\n* install the package at root folder\n\n    ```bash\n    yarn install\n    ```\n\n* go the eg-browser folder\n\n    ```bash\n    yarn install\n    yarn dev\n    ```\n\n* the browser should be running on your local computer now at \u003chttp://localhost:5173/\u003e\n\n    ```bash\n    VITE v5.4.14  ready in 409 ms\n\n  ➜  Local:   http://localhost:5173/\n  ➜  Network: use --host to expose\n  ➜  press h + enter to show help\n    ```\n\n## Use the Browser as a module in your web application\n\n* install the package from NPM registry\n\n    ```bash\n    npm install wuepgg\n    ```\n\n* import the package and related style sheet\n\n    ```javascript\n    import GenomeHub from \"wuepg\"\n    import \"wuepgg/style.css\"\n    \n    \u003cGenomeHub name={exampleName} dataHub={exampleDataHub} /\u003e\n    ```\n\n* example of screenshot for each step can found below:\n\n![npm install screenshot](/screenshots/npm1.png)\n![import screenshot](/screenshots/npm2.png)\n![use the component screenshot](/screenshots/npm3.png)\n![how it looks screenshot](/screenshots/npm4.png)\n\n## Questions or feedbacks?\n\n* Please submit an [issue request](https://github.com/twlab/eg3/issues). We'll try to get back to you asap.\n\n## Community\n\n* Talk to us? Welcome to join our [Discord server](https://discord.gg/2PHxAEJFf7) for some discussion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlab%2Feg3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwlab%2Feg3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwlab%2Feg3/lists"}