From c1e8dd8f62f747a762cca39246b11e2c8c73b6e9 Mon Sep 17 00:00:00 2001 From: v-rocheleau Date: Tue, 23 Jul 2024 16:52:50 -0400 Subject: [PATCH] docs: v16 migration docker notes --- docs/migrating_to_16.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migrating_to_16.md b/docs/migrating_to_16.md index 63c11039..2a1d8768 100644 --- a/docs/migrating_to_16.md +++ b/docs/migrating_to_16.md @@ -15,6 +15,10 @@ Key points: * The reference service now supports GFF3 (gene feature annotation) files, and the private portal has moved to using this service to provide gene information for searching and track visualization. **All annotations required should be ingested/attached to the reference genome.** +* Docker requirements for deployment have changed. + * Docker >= 24.0.4 + * Docker Compose >= 2.20.0 (plugin) + * Update the versions on the host machine accordingly ## 1. Run reference service pre-migration step