Skip to content

Scipion framework plugin for the use of tools provided in the Rosetta software suite. Currently it has protocols for the use of the Rosetta DARC docking software

License

Notifications You must be signed in to change notification settings

scipion-chem/scipion-chem-rosetta

Repository files navigation

Rosetta docking plugin

Documentation under development, sorry for the inconvenience

This is a Scipion plugin that offers different Rosetta molecular docking tools. These tools will make it possible to carry out molecular docking experiments both on the surface of proteins, in order to avoid possible protein-protein interactions, and inside proteins, in protein pockets related to their biological activity.

Therefore, this plugin allows to use programs from the ROSETTA software suite within the Scipion framework. You need to download the Rosetta suite files before installing the plugin, see section "Binary Files" for details.

Rosetta is a software suite includes algorithms for computational modeling and analysis of protein structures. In addition, it has implemented several docking tools, that we used here (see Rosetta home page for details).

Current programs implemented:

  • score
  • make_ray_files
  • DARC

The full documentation to the plugin can be found in the official documentation page.

Install this plugin

You will need to use Scipion3 <https://scipion-em.github.io/docs/docs/scipion -modes/how-to-install.html> to run these protocols.

  1. Binary files

Rosetta binaries will NOT be downloaded automatically with the plugin.

The independent download of Rosetta software suite by the user is required before running the programs. The installation path is automatically found between all paths. In case of error, this path or any other of your preference has to be set in ROSETTA_HOME in scipion.conf file.

We recommend to install the last version of Rosetta, 3.12 .

The steps to download the Rosetta files are the following ones:

cd path/to/Rosetta/main/source
sudo apt install opencl-dev
./scons.py -j<NumOfJobs> mode=[debug/release*] extras=opencl [bin]
  1. AutoDock dependency

The plugin scipion-chem-autodock is a requirement to run the DARC and make_ray_files programs. Therefore, even though it is not a compulsory requirement, it is highly recommended: (https://github.com/scipion-chem/scipion-chem-autodock)

  1. Install the plugin in Scipion
  • Install the stable version (Not available yet)

    Through the plugin manager GUI by launching Scipion and following Configuration >> Plugins

    or

scipion3 installp -p scipion-chem-rosetta
  • Developer's version

    1. Download repository:
    git clone https://github.com/scipion-chem/scipion-chem-rosetta.git
    1. Switch to the desired branch (master or devel):

    Scipion-chem-rosetta is constantly under development and including new features. If you want a relatively older an more stable version, use master branch (default). If you want the latest changes and developments, user devel branch.

    cd scipion-chem-rosetta
    git checkout devel
    1. Install:
    scipion3 installp -p path_to_scipion-chem-rosetta --devel

About

Scipion framework plugin for the use of tools provided in the Rosetta software suite. Currently it has protocols for the use of the Rosetta DARC docking software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages