This plugin extends the functionality of Raccoon2 application by adding support for BOINC.
It allows to run Autodock Vina tasks on BOINC Central infrastructure.
IMPORTANT: To submit tasks to BOINC Central, please contact us.
To install the plugin, you need to have Raccoon2 1.5.7 installed (could be taken from here) and plugin downloaded from the releases
Then, navigate to the MGLTOOLS_FOLDER
folder, and put raccoon2_boinc_installer.py
there,
where MGLTOOLS_FOLDER
is the folder where MGLTools is installed.
Finally, you can install the plugin using the following command:
./bin/pythonsh raccoon2_boinc_installer.py install
Before running the command, you need to start cmd
as an administrator, then navigate to the MGLTOOLS_FOLDER
folder.
python.exe raccoon2_boinc_installer.py install
where MGLTOOLS_FOLDER
is the folder where MGLTools is installed.
To uninstall the plugin, navigate to the MGLTOOLS_FOLDER
folder, and put raccoon2_boinc_installer.py
there,
where MGLTOOLS_FOLDER
is the folder where MGLTools is installed.
Then you can use the following command:
./bin/pythonsh raccoon2_boinc_installer.py uninstall
Before running the command, you need to start cmd
as an administrator, then navigate to the MGLTOOLS_FOLDER
folder.
python.exe raccoon2_boinc_installer.py uninstall
where MGLTOOLS_FOLDER
is the folder where MGLTools is installed.