Skip to content

Commit 19f22ae

Browse files
committed
fix: missing file name in path to MSP
1 parent bde41df commit 19f22ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ The path to PostgreSQL via _DB_LOCAL_PATH_ is "/MassBank3/data/postgres-data" by
4848

4949
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):
5050

51+
mkdir ../data
52+
mkdir ../data/massbank-volume
5153
wget https://github.com/MassBank/MassBank-data/releases/latest/download/MassBank_NIST.msp
52-
mv MassBank_NIST.msp ../data/massbank-volume/
54+
mv MassBank_NIST.msp ../data/massbank-volume/MassBank_NIST.msp
5355

5456
Now use _docker compose_ to start the system (in daemon mode):
5557

0 commit comments

Comments
 (0)