Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean install, CPT processing fails #132

Open
jtheobaldhp opened this issue May 2, 2024 · 1 comment
Open

Clean install, CPT processing fails #132

jtheobaldhp opened this issue May 2, 2024 · 1 comment

Comments

@jtheobaldhp
Copy link

jtheobaldhp commented May 2, 2024

docker-compose --profile omop-vocab-pg-load --env-file .env up

UMLS api key in secrets file.

omop-vocab-load  | fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
omop-vocab-load  | v3.18.6-197-gcea87010f56 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
omop-vocab-load  | v3.18.6-197-gcea87010f56 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
omop-vocab-load  | OK: 20079 distinct packages available
omop-vocab-load  | OK: 267 MiB in 55 packages
omop-vocab-load  | Running CPT4 process
omop-vocab-load  | OK: 267 MiB in 55 packages
omop-vocab-load  | chmod: ./cpt.sh: No such file or directory
omop-vocab-load exited with code 1

Fresh install with the the vocab load profile. UMLS api key provided. Looks like bash script not located where expected.

@ajb5d
Copy link

ajb5d commented Dec 4, 2024

I had this same issue and it was because I misread part of the documentation:

To load a new OMOP Vocabulary into a Postgres schema, review and fill out Section 9 of the .env file. Please note: this service will attempt to run the CPT4 import process for the CONCEPT table, so you will need a UMLS API Key from https://uts.nlm.nih.gov/uts/profile; store this in a file and set the path to the file as UMLS_API_KEY_FILE.

The Broadsea atlasdb Postgres instance is listed by default, but you can use an external Postgres instance. You need to copy your Athena downloaded files into ./omop_vocab/files.

The last line is the important part. I found these instructions from the Athena Github Wiki about how to download the vocabulary. I copied the files and then my load was successful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants