symmetric Docking- TRIMER in Rosetta 3.4 ?

Member Site Forums Rosetta 3 Rosetta 3 – General symmetric Docking- TRIMER in Rosetta 3.4 ?

Viewing 1 reply thread
  • Author
    Posts
    • #1232
      Anonymous

        I need to do certain symmetric docking to generate its homodimer and homotrimer and I am using Rosetta 3.4 Symmetric docking to achieve it.

        I used the following command to generate homodimers :

        ./bin/SymDock.linuxgccrelease -docking:dock_ppk -symmetry:symmetry_definition ./sym_def_dimer.dat -symmetry:initialize_rigid_
        body_dofs -database ../rosetta_database/ -out:nstruct 2 -out:file:fullatom -s S_00000001.pdb

        I used to use the older version of Rosetta i.e Rosetta++2.1.2 where I used the following comman to generate homotrimers but now I use rosetta 3.4 and can’t find its equivalent.

        ./rosetta.gcc64 a1 t000 _ -dock -symmetry -n_monomers 3 -nstruct 500 -s
        s0000678

        n_monomers 3 : This enables us to generate homotrimers but the new Rosetta 3.4 does not have this option.

        I will be grateful if you could help me with the proper command that would help me generate homotrimers from single monomeric unit(i.e PDB files) in rosetta 3.4 especially more so because I want to avoid using “fold and dock” instead.

        Please advise

      • #6966
        Anonymous

          Hopefully someone else with more knowledge of symmetric docking will be along to help, but from the limited amount I know about symmetry in Rosetta3, the type of symmetry is specified in the symmetry definition file. (See http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d1/dd2/symmetry.html along with http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/db/d1b/make_symmdef_file.html and http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d4/d4a/make_symmdef_file_denovo.html – take another look at http://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d4/dae/symmetric_docking.html while you’re at it, too).

          If you wish to do trimeric docking, you need to create and specify a symmetry definition file which defines the trimeric symmetry you want to use, which substitutes for (and is more general than) specifying the number of monomers.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.