fragment-based loop modeling to get a helix at the loop site

Member Site Forums Rosetta 3 Rosetta 3 – General fragment-based loop modeling to get a helix at the loop site

Viewing 7 reply threads
  • Author
    Posts
    • #1600
      Anonymous

        Hi every body,

        I am a new Rosetta user,
        I want to model loops of my protein by preforming using fragment-based loop modelling of Rosetta,(De Novo protein-designing module).
        I will use this command for modelling
        in:file:fullatom
        -loops:input_pdb
        -loops:loop_file
        -loops:frag_sizes
        -loops:frag_files
        -loops:remodel quick_ccd
        -in:file:native
        -loops:ccd_closure
        -loops:random_loop
        -out:prefix _
        -out:file:scorefile out.sc
        -mute core.io.database

        But I don’t know how can I find my fragments file from database and which database,
        would you please help me in this subject.

        Cheers,
        Berk

      • #8843
        Anonymous

          To generate fragment files, we highly recommend you use the Robetta web server – http://robetta.bakerlab.org/ – For most uses it produces perfectly acceptable fragments at a tiny fraction of the headache.

          If you really need to do something complex or custom, keep in mind that there’s an old way of picking fragments and a new way, and you’ll be better off in the long run using the new fragment picker. (https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/dc/d10/app_fragment_picker.html)

        • #8855
          Anonymous

            If you know you have a helix in the loop, and have an idea about where it is, you could look into RosettaRemodel: https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d1/d8c/remodel.html

          • #8861
            Anonymous

              How can I use RosettaRemodel in Rosetta 3.4, I couldn’t use it,

            • #8863
              Anonymous

                But when I employ this command I did not get anything
                /rosetta_tools/remodel/getBluePrintFromCoords.pl -pdbfile Loop_0911.pdb

              • #8865
                Anonymous

                  No,
                  This is a pdb file that I generated by loop-model.

                • #8869
                  Anonymous

                    I attach my PDB file please find,

                    Thanks

                  • #8870
                    Anonymous

                      Remodel requires renumbering from 1 as far as I know, so I used the PyRosetta Toolkit GUI ( http://www.pyrosetta.org/documentation#TOC-1.-The-PyRosetta-Toolkit ) to renumber your PDB and output a basic blueprint file you can edit in a text editor. I’ll look into what is wrong with getBluePrintFromCoords. I never had any luck with it either.

                    • #8862
                      Anonymous

                        It should be in Rosetta3.5.

                      • #8864
                        Anonymous

                          Does it give you any output at all?

                          One possibility is that you have a chain designation issue. By default it looks for chain “A” or chain “_”. If your PDB doesn’t have that chain (say it only has a single chain “H”), then the script won’t output anything. Either change the chain designation in the PDB, or specify the chain on the commandline:

                          rosetta_tools/remodel/getBluePrintFromCoords.pl -pdbfile Loop_0911.pdb -chain H > blueprint.txt

                        • #8867
                          Anonymous

                            Hmmm. Do you get something that seems reasonable for other (closely related) PDB files? Would it be possible for you to attach the PDB file that’s not working here? (You may need to change the extension to .txt for the forum software to accept it.) If the -chain option doesn’t fix things, it’s likely some edge case for that particular PDB.

                          • #8871
                            Anonymous

                              Running:
                              getBluePrintFromCoords.pl -pdbfile TM4_0001.txt -chain R > blueprint.txt

                              With the Rosetta3.5 version of getBluePrintFromCoords.pl gives me a blueprint.txt file that looks like:

                              1 N .
                              2 Y .
                              3 Y .
                              4 A .

                              This is pose numbered (sequential starting from one) rather than PDB numbered, — As Jared and https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d1/d8c/remodel.html#Limitations indicates, you’ll need to renumber your PDB starting from 1. (Either the way Jared does, or by using the -out:file:renumber_pdb option on a Rosetta run. Using the score application with -out:pdb works well for this.)

                              It’s not much of a blueprint file – you’ll need to edit it according to https://www.rosettacommons.org/manuals/archive/rosetta3.5_user_guide/d1/d8c/remodel.html to do the remodeling that you want, but it’s certainly a starting point for your protocol.

                          Viewing 7 reply threads
                          • You must be logged in to reply to this topic.