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
Change the directory and build all the .jar files needed for this project using the build shell script:
81
-
82
-
cd sherlock
83
-
sh buildJars.sh
84
-
85
-
### Dependencies
86
-
Some services rely on specific software or file dependencies which has to be downloaded and put into certain places.
87
-
#### PyLSD
88
-
For the structure generation part PyLSD (http://eos.univ-reims.fr/LSD/JmnSoft/PyLSD/) is needed.
89
-
PyLSD can be downloaded from http://eos.univ-reims.fr/LSD/JmnSoft/PyLSD/INSTALL.html.
90
-
91
-
Extract and rename the new PyLSD folder to "PyLSD", if needed.
92
-
93
-
Now put the PyLSD folder into
94
-
95
-
backend/sherlock-pylsd/data/lsd/
96
-
97
-
In case custom filters are desired to use one can create a folder "filters" in
98
-
99
-
backend/sherlock-pylsd/data/lsd/
100
-
101
-
and put the custom filters there. The system will use them automatically.
102
-
103
-
For more details about LSD and defining substructures and filters see http://eos.univ-reims.fr/LSD/MANUAL_ENG.html#SSTR .
104
-
105
-
#### NMRShiftDB
106
-
For the dereplication, automatic hybridization detection und chemical shift prediction via HOSE codes the NMRShiftDB (https://nmrshiftdb.nmr.uni-koeln.de) is required.
107
-
108
-
Download the "nmrshiftdb2withsignals.sd" from https://sourceforge.net/projects/nmrshiftdb2/files/data/ and copy it into
0 commit comments