File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ port = 3306
44database = validator
55user = vvadmin
66password = var1ant
7- version = vvdb_2021_4
7+ version = vvdb_2022_04
88
99[seqrepo]
10- version = VV_SR_2021_2 /master
10+ version = VV_SR_2022_02 /master
1111location = /usr/local/share/seqrepo
1212
1313[postgres]
1414host = vvta
1515port = 5432
1616database = vvta
17- version = vvta_2021_2
17+ version = vvta_2022_02
1818user = uta_admin
1919password = uta_admin
2020
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ ENV MYSQL_PASSWORD var1ant
1010
1111RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
1212
13- RUN wget https://www528.lamp.le.ac.uk/vvdata/validator/validator_2021-07-21 .sql.gz -O /docker-entrypoint-initdb.d/validator_2021-07-21 .sql.gz
13+ RUN wget https://www528.lamp.le.ac.uk/vvdata/validator/validator_2022_04 .sql.gz -O /docker-entrypoint-initdb.d/validator_2022_04 .sql.gz
1414
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apt-get install -y wget
66
77RUN mkdir -p /usr/local/share/seqrepo
88
9- RUN wget --output-document=/usr/local/share/seqrepo/VV_SR_2021_2 .tar https://www528.lamp.le.ac.uk/vvdata/vv_seqrepo/VV_SR_2021_2 .tar
9+ RUN wget --output-document=/usr/local/share/seqrepo/VV_SR_2022_02 .tar https://www528.lamp.le.ac.uk/vvdata/vv_seqrepo/VV_SR_2022_02 .tar
1010
11- RUN tar -xvf /usr/local/share/seqrepo/VV_SR_2021_2 .tar --directory /usr/local/share/seqrepo
11+ RUN tar -xvf /usr/local/share/seqrepo/VV_SR_2022_02 .tar --directory /usr/local/share/seqrepo
1212
13- RUN rm /usr/local/share/seqrepo/VV_SR_2021_2 .tar
13+ RUN rm /usr/local/share/seqrepo/VV_SR_2022_02 .tar
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ ENV POSTGRES_PASSWORD=uta_admin
88
99RUN apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/*
1010
11- RUN wget --output-document=VTA_2021_2_noseq.sql. gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2021_2_noseq. psql.gz -O /docker-entrypoint-initdb.d/VVTA_2021_2_noseq.sql .gz
11+ RUN wget --output-document=VVTA_2022_02.noseq.psql. gz https://www528.lamp.le.ac.uk/vvdata/vvta/VVTA_2022_02.noseq. psql.gz -O /docker-entrypoint-initdb.d/VVTA_2022_02.noseq.psql .gz
You can’t perform that action at this time.
0 commit comments