You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• New features need to be added, including flexible peptide docking, non-canonical amino acids, HMMSTR local structure design/prediction (Bystroff, 2000), GeoFold folding pathway prediction (Ramakrichnan, 2012), molecular dynamics, and MolProbity.
The text was updated successfully, but these errors were encountered:
Bug #1: When generating the movemap for minimization, it used the index of the chain instead of the pose as a whole. For example, if I were minimizing Chain A residue 6 and Chain B residue 6, the protocol would not distinguish between them. I have added the variable r_indx which should correspond to the residue's location in the Rosetta Pose.
Bug #2: Recoloring of the grid stopped when it couldn't find the residue. I have fixed that so these unfound residues are now colored black. However, this is symptomatic of another bug in the program I have yet to locate. This bug deals with altLoc residues in the PDB file. More on that later.
• New features need to be added, including flexible peptide docking, non-canonical amino acids, HMMSTR local structure design/prediction (Bystroff, 2000), GeoFold folding pathway prediction (Ramakrichnan, 2012), molecular dynamics, and MolProbity.
The text was updated successfully, but these errors were encountered: