Skip to content

human-pangenomics/hprc-data-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This app requires Node 20.10.0. If you do not have Node installed, download it from its website and use a version manager such as n to select that version.

Once you have Node installed with the correct version, clone the repository using:

git clone git@github.com:human-pangenomics/hprc-data-explorer.git

Then, install the required packages using:

npm ci

Run the development server

npm run dev
# or
yarn dev

Once the server is running, visit localhost:3000 to view the Explorer!

Building the Catalog Files

To rebuild the catalog files you will need the prerequisites installed

  1. pyenv
  2. poetry

Run setup_poetry_pyenv.sh in the project root directory to setup the virtual environment.

see catalog-build/README.md