File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ you will not need to install PostgreSQL or any of its dependencies.
1501502 . 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
2532533 . 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
313313Set variables:
314314```
315- export UTA_ETL_OLD_UTA_IMAGE_TAG=uta_20210129b
315+ export UTA_ETL_OLD_UTA_IMAGE_TAG=uta_20240512
316316export 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
318318export UTA_ETL_NCBI_DIR=./ncbi-data
319319export UTA_ETL_WORK_DIR=./output/artifacts
320320export UTA_ETL_LOG_DIR=./output/logs
You can’t perform that action at this time.
0 commit comments