The HLA Curation Interface (HCI) is a tool designed to facilitate the curation of information about HLA alleles and haplotypes.
The HCI is maintained by the Stanford contingent of ClinGen.
- Install uv.
- Install Bun.
- Install JavaScript dependencies:
bun install
. - Clone the repository.
- Install Python dependencies:
uv sync
. - Install just.
- Create and populate a
.env
file in the root of the repository. - Run the development server:
just django-runserver
.
The developer documentation for the HCI is hosted on Read the Docs here.
You are welcome to submit a bug report or a pull request.
The HCI's source code is subject to the MIT License. Read the text of the license here.