Back to TaskOperations page.

DisableCDRsOperation

Author

Jared Adolf-Bryfogle; jadolfbr@gmail.com; PI: Roland Dunbrack

Part of the RosettaAntibody and RosettaAntibodyDesign (RAbD) Framework

Purpose

Disable Packing and/or design of a set of CDRs. By default, disables both packing and design of all CDRs.

 <DisableCDRsOperation cdrs="(&string,&string)" disable_packing_and_design="(&bool)" numbering_scheme="(&string)" cdr_definition="(&string)" />

Options

  • cdrs (&string,&string) (default=all cdrs): Select the set of CDRs you wish to disable (ex: H1 or h1)

  • disable_packing_and_design (&bool) (default=true): Disable packing and design vs. design only? If false, then only design is disabled for those CDRs selected.

  • numbering_scheme (&string): Set the antibody numbering scheme. Must also set the cdr_definition XML option. Both options can also be set through the command line (recommended). See General Antibody Tips for more info.
  • cdr_definition (&string): Set the cdr definition you want to use. Must also set the numbering_scheme XML option. See General Antibody Tips

See Also