nci-hcmi-catalog / portal

HCMI Searchable Catalog Portal
https://hcmi-searchable-catalog.nci.nih.gov/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🔖 Release 1.19.0 #1036

Closed mistryrn closed 1 year ago

mistryrn commented 1 year ago

Variants and Dictionary Terms Updates

Adds migration scripts to insert new variants and update the dictionary terms for "variant expression levels".

🚨 Deploy Instructions 🚨

  1. Run the 20221110165327-variants-updates.js, 20230105220048-dictionary-updates.js, and 20230112015127-change-not-done.js migrations:
    cd cms/variant-migrations
    ./../node_modules/.bin/migrate-mongo up -f migrate-mongo-config.js
  2. Restart the cms service
  3. Run the republish script
    ENV={env} npm run republish