Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › Abinitio Relax Error from -kill_hairpins
- This topic has 7 replies, 3 voices, and was last updated 10 years, 5 months ago by
Anonymous.
-
AuthorPosts
-
-
October 28, 2014 at 12:33 pm #2046
Anonymous
I am using Rosetta 3.5 to predict protein structures using AbinitioRelax protocol.
When I specify -kill_hairpins I always got the following errors:ERROR: [ERROR] invalid header input for kill_hairpins file.
ERROR:: Exit from: src/core/scoring/SS_Killhairpins_Info.cc line: 375
Exception :[ERROR] EXCN_utility_exit has been thrown from: src/core/scoring/SS_Killhairpins_Info.cc line: 375
ERROR: [ERROR] invalid header input for kill_hairpins file.The file specified by -kill_hairpins was generated by Robetta server and has a suffix .psipred_ss2. I compared the content to the example file 1elwA.psipred_ss2. Only the first line of comment was missing:
# PSIPRED HFORMAT (PSIPRED V2.6 by David Jones)
I add it back and still no luck.
I would like to try this parameter because “-kill_hairpins ./input_files/1elwA.psipred_ss2 Setup hairpin killing in score (kill hairpin file or psipred file). This option is useful for all-beta or alpha-beta proteins ……”
-
October 29, 2014 at 5:43 pm #10499
Anonymous
See the following thread for details: https://www.rosettacommons.org/content/killhairpin-error
Basically, the format of the file changed between Rosetta 3.3 and Rosetta 3.4
-
October 30, 2014 at 2:37 pm #10504
Anonymous
OK, I will manually add a header line. Which should I use? “ANTI” or “PARA”?
-
October 29, 2014 at 6:22 pm #10500
Anonymous
Rocco, what would be the best approach to fix this here? Change the format back/find out why it was changed in the first place, or have the code spit out the error explicitly stating that the format changed? Or have Robetta spit out the correct format? I updated the ab-initio docs mentioning that the format changed and pointed to that post. We should update the demo as well.
-
November 3, 2014 at 11:37 pm #10522
Anonymous
They stand for “paralell” and “antiparallel” – use whichever corresponds to the hairpins you wish to kill. – You’re probably looking at antiparallel hairpins, unless you have something special going on.
-
November 3, 2014 at 11:40 pm #10523
Anonymous
At this point the ideal way to handle it would likely be to make it such that the file reader automatically chooses which format to use based on the input format. A second-best solution would be printing an error which makes it clear the input format has changed.
-
November 4, 2014 at 11:08 am #10529
Anonymous
I do want to kill anti-parallel hairpins. It seems I need to specify two key words in the header. So I am going to use:
# PSIPRED ANTI ANTI
would that make sense?
-
November 4, 2014 at 6:28 pm #10534
Anonymous
Yes, that would be the appropriate header line, then.
-
-
AuthorPosts
- You must be logged in to reply to this topic.