Ab-initio peptide-protein docking

Member Site Forums Rosetta 3 Rosetta 3 – Applications Ab-initio peptide-protein docking

Viewing 5 reply threads
  • Author
    Posts
    • #1621
      Anonymous

        I am trying to perform ab-initio peptide (6-15 in length) – protein docking as described at:
        https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d7/d14/_flex_pep_dock.html
        Confused by a number of issues and would be grateful for any guidance please if anyone has performed
        the proceders:

        Fragment generation – The Robetta server requires a minimum aa length of 26.
        So how does one generate 3,5 and 9 length fragments for sub-26 length peptides ?
        Or
        is it only possible as described in:
        https://www.rosettacommons.org/manuals/archive/rosetta3.1_user_guide/file_fragments.html

        Thanks

      • #8941
        Anonymous

          Hi Suhail,

          To create the fragment for smaller peptides you need to use the scripts which lives in rosetta/protocol_capture/FlexPepDock_AbInitio/.
          The Robetta Server requires a minimum AA length of 26 as the various tools used during fragment generation like secondary structure prediction are not optimized for very small peptides. Though it is seen that the fragment generated using the same protocol shows good coverage of peptide conformational space and thus can be used.
          Hope this helps. If you need a detailed tutorial on FlexPepDock please provide me your email id.

          Thanks.

        • #8942
          Anonymous

            Nawsad Hi

            Thanks for comment. I went through the README file in FlexPepDock_AbInitio but still struggling to make it work.
            For example (sorry for boring list):
            – In link on
            https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/d4/d3f/file_fragments.html
            site ftp://ftp.ncbi.nih.gov/blast/db/external is dead
            – where does sam.predict-2nd come from
            – picker.linuxgccrelease does not exist in 3.4 (unless its fragment_picker.linuxgccrelease)
            – JUFO only seems to be for debian (using RedHat)
            – cannot find nnmake_database
            – where does chemshift come from …
            If I have failed to read something basic please do let me know.

            So yes please – if you have a working example do let me know suhail.islam@imperial.ac.uk
            Thanks

          • #8943
            Anonymous

              Hi Suhail !
              Here it nicely explained (rosetta/rosetta_tools/fragment_tools/fragment.README ). Follow the instruction to set up the environment.
              I am also mailing you flexpepdock tutorial which might be useful later on.
              Best of luck.

            • #9281
              Anonymous

                Hi All,
                The FlexpepDock tutorial is available here https://wiki.rosettacommons.org/index.php/RosettaCon_2012_Tutorials .

                Thanks,
                Nawsad

              • #11429
                Anonymous

                  Hi

                  I was trying abinitio protein-peptide docking, for a short peptide of length of 6 amino acids. I was trying to use make_fragments.pl, but I want to inactivate the parallel jobs option. After making the required changes for the number of CPUs for Fragment_Picker and BLAST_NUM_CPUS, I tried to inactivate the “EXTRA OPTIONAL FEATURES”, but the same is also required for secondary stucture prediction. If I inactivate the $SLAVE_LAUNCHER  and  $SLAVE_LAUNCHER_MAX_JOBS  line, it is still not working as the rest part of the script uses it.

                  I would only like to run the job on my headnode. Can you suggest me on this.

                  Thanks

                  Payal

                • #9280
                  Anonymous

                    Hi nawsad! I’m having the same question that how to generate fragment library for peptide(9 length).Could you provide me a detailed tutorial on FlexPepDock ab-initio(20121902081@cqu.edu.cn)? Thanks a lot!

                  • #9282
                    Anonymous

                      It should be pointed out that that’s a link to the internal RosettaCommons wiki, and won’t be accessible to people who don’t have developer access.

                      You don’t really need access to that page for FlexpepDock, as that section basically just links to http://bit.ly/NfW6tq which, from what I can tell, is a publicly available Google Doc.

                    • #9289
                      Anonymous

                        Thanks!I know how to generate a fragment file for peptide(6-15 length)now.

                      • #11552
                        Anonymous

                          As I read things, by default it should test if the SLAVE_LAUNCHER command exists, and if it doesn’t will run things serially and locally — this should actually be the default case, as the bin/launch_on_slave.py command doesn’t exist in the Rosetta release: it’s a command that you would have to provide yourself, if you want to take advantage of that feature.

                          So leave the SLAVE_LAUNCHER line alone (if you want to change the SLAVE_LAUNCHER_MAX_JOBS line to 1 as a safety, that should be fine.) That should work for you. If it doesn’t, what is your error message? It might not actually be related to the SLAVE_LAUNCHER settings.

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