Skip to content

ClinGen/affiliations-service

Repository files navigation

Affiliations Service

Production Site | Test Site

continuous integration production uptime

The affiliations service is an internal ClinGen tool used to manage groups of curators for the gene curation interface (GCI) and the variant curation interface (VCI).

The affiliations service is maintained by the Stanford contingent of ClinGen.

Getting Started

  • Install Pipenv.
  • Clone the repository.
  • Install dependencies: pipenv --sync dev.
  • Set up Postgres for local development.
  • Create and populate a .env file in the root of the repository.
  • Run the development server: cd src && python manage.py runserver.
    • As of 2025-09-16, you will need to modify your settings.py module to run locally. Follow these steps:
      • Set DEBUG to True.
      • Add 127.0.0.1 to ALLOWED_HOSTS.
      • Comment out the LOGGING block.

Documentation

Contributing

You are welcome to submit a bug report or a pull request.

License

The affiliation service's source code is subject to the MIT License. Read the text of the license here.

About

Stanford ClinGen's affiliations service

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages