We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9903f0 commit 3ef10ddCopy full SHA for 3ef10dd
v03_pipeline/deploy/Dockerfile
@@ -21,6 +21,7 @@ RUN python3 -m pip install --no-dependencies --no-cache-dir -r ./requirements.tx
21
COPY v03_pipeline/api api
22
COPY v03_pipeline/bin bin
23
COPY v03_pipeline/lib lib
24
+COPY v03_pipeline/var/db_id_to_gene_id.csv.gz var/db_id_to_gene_id.csv.gz
25
COPY v03_pipeline/var/liftover var/liftover
26
COPY v03_pipeline/migrations migrations
27
0 commit comments