Skip to content

BOINC/Raccoon2_BOINC_Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raccoon2 BOINC Plugin

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.

Installation

To install the plugin, you need to have Raccoon2 1.5.7 installed.

Then, navigate to the MGLTOOLS_FOLDER folder, and put raccoon2_boinc_installer.py there.

Finally, you can install the plugin using the following command:

Linux/Mac:

./bin/pythonsh raccoon2_boinc_installer.py install

Windows:

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.

Uninstallation

To uninstall the plugin, navigate to the MGLTOOLS_FOLDER folder, and put raccoon2_boinc_installer.py there.

Then you can use the following command:

Linux/Mac:

./bin/pythonsh raccoon2_boinc_installer.py uninstall

Windows:

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.