You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,22 @@ So navigate to that directory and copy the _env.dist_ file into a new _.env_ fil
34
34
cd MassBank3/compose
35
35
cp env.dist .env
36
36
37
-
Download the latest release of MassBank data in MSP format and move it the _data_ directoy (default):
37
+
The default structure of the _data_ folder looks like the following:
38
+
39
+
/MassBank3
40
+
|---...
41
+
|---/compose
42
+
|---/data
43
+
|---/massbank-volume
44
+
|---/postgres-data
45
+
|---...
46
+
47
+
The path to PostgreSQL via _DB_LOCAL_PATH_ is "/MassBank3/data/postgres-data" by default. "/MassBank3/data/massbank-volume" is the default directory to store the MSP file needed for the similarity service and can be set via _MSP_LOCAL_PATH_.
48
+
49
+
In order to provide the MassBank data to the similarity service, download the latest release of MassBank data in MSP format and move it the _data_ directoy (default):
0 commit comments