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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,12 @@ The default structure of the _data_ folder looks like the following:
40
40
|---...
41
41
|---/compose
42
42
|---/data
43
+
|---/massbank-data
43
44
|---/massbank-volume
44
45
|---/postgres-data
45
46
|---...
46
47
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
+
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_. "/MassBank3/data/massbank-data" is the default directory to store the MassBank data in folders needed for the export service and can be set via _EXPORT_MB_DATA_DIRECTORY_.
48
49
49
50
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):
50
51
@@ -53,6 +54,13 @@ In order to provide the MassBank data to the similarity service, download the la
And in order to provide the MassBank data to the export service, download the latest release of MassBank data, unzip it and move the contributor's directories into _data_ directoy (default):
0 commit comments