Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbanda committed Oct 30, 2018
1 parent 552edd2 commit 85648ce
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 0 deletions.
5 changes: 5 additions & 0 deletions load_UMLS.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo "Loading UMLS 2018 tables and data"
psql -U jmbanda -d umls2018aa -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 85648ce

Please sign in to comment.