Reactome Analysis Core creates the analysis intermediate file and it is also used as part of the AnalysisService (as a dependency).
To create the intermediate binary file, the command is as follows:
MATCH (n:DBInfo) RETURN n
returns reactome
java -jar analysis-core-exec.jar \
-h graph_db_host \
-p graph_db_port \
-u graph_db_user \
-k graph_db_passwd \
-o pathTO/analysis_vXX.bin
Add --verbose
to see the building status on the screen.
Please note XX refers to the current Reactome release number. The analysis_vXX.bin file has to be copied in the corresponding "AnalysisService/input/" folder and then change the symlink of analysis.bin in that folder to point to the new file.
Once the AnalysisService is restarted the new data will be used.
It is recommended to specify the initial and maximum memory allocation pool for the Java Virtual Machine
-Xms2048M -Xmx5120M