We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19abc7 commit 42a9d81Copy full SHA for 42a9d81
README.md
@@ -1,11 +1,9 @@
1
-# data
+# Data
2
Data sources, data collection scripts and database instantiation
3
4
5
-## Important
6
-When pulling from docker hub, you **must** specify env variables:
+## Release
7
8
-- DRUGBANK_USER
9
-- DRUGBANK_PASSWORD
10
-
11
-Penalty: the docker container will not `run`
+1. Make sure the definitions in `\sql` match the ones on the db.
+2. Export the DB data via `pg_dump -U postgres --data-only efktr > efktr.sql`
+3. Attach efktr.sql to the release
0 commit comments