Skip to content

Commit 35b9a56

Browse files
authored
Merge pull request #273 from biocommons/272-use-latest-uta-version-in-readme
docs: use latest uta version in readme
2 parents ca7c9e8 + d793dd1 commit 35b9a56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ you will not need to install PostgreSQL or any of its dependencies.
150150
2. Define the UTA version to download. A list of available versions
151151
can be found [here](https://hub.docker.com/r/biocommons/uta/tags):
152152

153-
$ uta_v=uta_20210129b
153+
$ uta_v=uta_20241220
154154

155155
This variable is used only for consistency in the examples that
156156
follow. Defining this variable is not required for any other reason.
@@ -252,7 +252,7 @@ the installation environment.*
252252

253253
3. Restore the database.
254254

255-
$ uta_v=uta_20210129b
255+
$ uta_v=uta_20241220
256256
$ gzip -cdq $uta_v.pgd.gz | psql -U uta_admin -1 -v ON_ERROR_STOP=1 -d uta -Eae
257257

258258
## Developer Setup
@@ -312,9 +312,9 @@ mkdir -p $(pwd)/output/logs
312312

313313
Set variables:
314314
```
315-
export UTA_ETL_OLD_UTA_IMAGE_TAG=uta_20210129b
315+
export UTA_ETL_OLD_UTA_IMAGE_TAG=uta_20240512
316316
export UTA_ETL_OLD_UTA_VERSION=UTA_ETL_OLD_UTA_IMAGE_TAG
317-
export UTA_ETL_NEW_UTA_VERSION=uta_20240512
317+
export UTA_ETL_NEW_UTA_VERSION=uta_20241220
318318
export UTA_ETL_NCBI_DIR=./ncbi-data
319319
export UTA_ETL_WORK_DIR=./output/artifacts
320320
export UTA_ETL_LOG_DIR=./output/logs

0 commit comments

Comments
 (0)