biocommons / uta

Universal Transcript Archive: comprehensive genome-transcript alignments; multiple transcript sources, versions, and alignment methods; available as a docker image
Apache License 2.0
62 stars 26 forks source link

Unable to use the uta_20210129 locally or in docker #237

Closed LydiePrevost closed 1 year ago

LydiePrevost commented 2 years ago

Hello, I have been trying to install through docker or locally uta_20210129

  1. The latest Docker biocommons/uta does not seem to have any tables
  2. when dumping uta_20210129.pgd.gz I followed the :installation notes.

GRANT USAGE ON SCHEMA uta_20210129 TO anonymous; ERROR: role "anonymous" does not exist ***** QUERY ** COMMIT **` So I created the user.

Could you please help me give the direction the install uta_20210129, my first choice being in Docker. Thank you

korikuzma commented 2 years ago

Hi @LydiePrevost , I used this solution in order to locally download the 20210129 version.

LydiePrevost commented 2 years ago

Hi @korikuzma , Thank you for the help, but the solution you mentioned does not refresh the materialized view and I am getting errors when trying to use the hgvs shell as mentioned in https://github.com/biocommons/uta/issues/228.

korikuzma commented 2 years ago

@LydiePrevost , I know it's been a while, but the VIEW REFRESH MATERIALIZED VIEW uta_20210129.tx_similarity_mv; command takes ~5 hours. If you let the process run for this long, does the local installation work for you?

koopmann commented 2 years ago

you can also use my docker image i made for latest uta 20210129: https://hub.docker.com/r/koopmann/uta/tags

GuoFengWang commented 1 year ago

koopmann

Hi @koopmann , I try to use your docker image for uta_20210129, when I checkthe docker log file, it gets stuck on the refresh of the last materialized view . Is this normal? And I wonder how long it may takes? Thanks!

koopmann commented 1 year ago

This step needs regularily a lot of time, i waited some hours on my local machine.

koopmann commented 1 year ago

finally you should see something like: 2023-02-13 09:43:45.379 UTC [1] LOG: database system is ready to accept connections

reece commented 1 year ago

The underlying issue was solved in #228. I'm closing this issue. Please comment in #228 if the issue persists.