Skip to content

Commit

Permalink
Merge pull request #1 from Allen-Bayern/_2020
Browse files Browse the repository at this point in the history
Support for UMLS 2020 nicely added by @Allen-Bayern and @zzyueb
  • Loading branch information
jmbanda authored Feb 15, 2021
2 parents 17f6c59 + f8c1e14 commit c4c206e
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 255 deletions.
6 changes: 4 additions & 2 deletions load_UMLS.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
echo "Loading UMLS 2018 tables and data"
psql -U jmbanda -d umls2018aa -f pgsql_all_tables.sql
#!/usr/bin zsh

echo "Loading UMLS 2020 tables and data"
psql -U postgres -d umls -f pgsql_all_tables.sql
echo "Tables loaded"
psql -U jmbanda -d umls2018aa -f pgsql_index.sql
echo "Indexing Ready"
Loading

0 comments on commit c4c206e

Please sign in to comment.