Autogenerated Tag Syntax Documentation:


Restrict design to residues passing a user-specified threshold on a given score type.

<SelectByDeltaScore name="(&string;)" scorefxn="(&string;)"
        score_type="(total_score &string;)" threshold="(100 &real;)"
        lower="(false &bool;)" individual_hbonds="(false &bool;)"
        reference_name="(&string;)" reference_pdb="(&string;)" />
  • scorefxn: Name of score function to use
  • score_type: Loop over the independent residues, assess score_type for each residue.
  • threshold: Restrict residues to repack based on whether they pass this threshold.
  • lower: Higher or lower than threshold.
  • individual_hbonds: If true, get Hbond set.
  • reference_name: Name of reference pose.
  • reference_pdb: Reference pdb filename.