Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › RosettaAntibody3 is failing with “Error: no input sequences were specified!”
- This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago by Anonymous.
-
AuthorPosts
-
-
August 16, 2020 at 11:16 pm #3540Anonymous
Hi all,
I am tryig to use RosettaAntibody3 to build a homology model for my antibody sequence. I am following the protocol workflow outlined in detail here: https://www.rosettacommons.org/docs/latest/application_documentation/antibody/antibody-protocol. The only difference is that I am modleing a VHH (heavy chain only antibody).
I am run the grafting tool without issue with results in an output model (grafting/model-0.pdb), exactly as the protocol states it should. I then fed that PDB into the antibody_h3 application, and am hit with the error:
[ ERROR ]: Caught exception:
File: src/apps/public/antibody/antibody.cc:205
[ ERROR ] UtilityExitException
ERROR: Error: no input sequences were specified!
I have no idea what this means, or how to address it since I am trying to follow the protocol almost exactly.
The full command I am running is:
antibody_H3.linuxgccrelease
-database $ROSETTA_DATABASE
-s grafting/model-0.pdb
-antibody:auto_generate_kink_constraint true
-antibody:constrain_vlvh_qq true
-constraints:cst_weight 1.0
-ex1
-ex2
-extrachi_cutoff 0
-out:file:scorefile /output/myantibody.score
-antibody:all_atom_mode_kink_constraint
-out:path:all /output/
-nstruct 1 // Set to 1 for testing
-overwriteDoes anyone have any idea what this error means in the context of using RosettaAntibody3 to build a homology model, specifically a VHH?
Thanks!
-
August 17, 2020 at 1:51 am #15455Anonymous
I should also mention that I am using Rosetta 3.12.
-
August 17, 2020 at 12:04 pm #15456Anonymous
“No input sequences” seems self explanatory. In the instructions you linked there is talk of a “-fasta” attribute in the second paragraph. Maybe it’s that that is missing?
-
August 18, 2020 at 4:32 pm #15458Anonymous
Looks like you are correct. The flags
-fasta myfasta.fa -vhh_only
are indeed requred for the antibody_H3 application. This was pretty unclear in the documentation, so thank you for bringing it up.
NOTE: obviously, the vhh_only flag is only required whenn modeling single heavy chain antibodies.
-
August 18, 2020 at 4:57 pm #15459Anonymous
-
-
AuthorPosts
- You must be logged in to reply to this topic.