Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › Ab-initio peptide-protein docking
- This topic has 9 replies, 5 voices, and was last updated 8 years, 8 months ago by Anonymous.
-
AuthorPosts
-
-
June 23, 2013 at 11:20 pm #1621Anonymous
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.htmlThanks
-
June 24, 2013 at 8:06 am #8941Anonymous
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.
-
June 24, 2013 at 6:57 pm #8942Anonymous
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 -
June 24, 2013 at 9:40 pm #8943Anonymous
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. -
September 5, 2013 at 8:35 am #9281Anonymous
Hi All,
The FlexpepDock tutorial is available here https://wiki.rosettacommons.org/index.php/RosettaCon_2012_Tutorials .Thanks,
Nawsad -
February 9, 2016 at 7:38 pm #11429Anonymous
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
-
September 4, 2013 at 2:11 am #9280Anonymous
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!
-
September 5, 2013 at 6:15 pm #9282Anonymous
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.
-
September 10, 2013 at 12:51 am #9289Anonymous
Thanks!I know how to generate a fragment file for peptide(6-15 length)now.
-
April 29, 2016 at 3:57 pm #11552Anonymous
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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.