Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qFit does not sample backbone if segment is less than 7 residues long #331

Open
stephaniewankowicz opened this issue Apr 26, 2023 · 0 comments

Comments

@stephaniewankowicz
Copy link
Collaborator

We currently have backbone sampling enabled if there are 3 residues on either side of the residue of interest. This allows the inverse kinematic algorithm to work. But we check if this occurs through qFit segment definition of 'continuous backbone' So if residue 4 is the residue we are working on and it has an alt conf in the backbone, but residue 3 is a single confomer backbone. Because this single conformer backbone splits up the segment, we do not sample the backbone at all (as there are not enough residues on either side).

  1. We should be looking for continuous residues just by if they have alpha carbons or not (or all of the backbone, not qFit segment definition.
  2. We should enable sampling of backbone to start at multiple spots if the input conformer has multiple positions for the backbone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant