-
Notifications
You must be signed in to change notification settings - Fork 21
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
Ensembler usage for missing parts in crystal structure #53
Comments
Hi Mihir, Do you mean you only want to run the modeling stage of Ensembler, not the MD refinement steps? If so, you should use the main pipeline functions up to and including the Or do you mean that you have a single template structure, and you want to conserve the resolved structure while modeling in the unresolved parts? If so, Ensembler should do that automatically. You would just need to set up the target sequence (in Best, Danny |
Hi Danny So I have target sequence in targets/targets.fa. I also have template structure in templates/structures_resolved/my_pdb.pdb In this case what would be my command? Best, |
So instead of using These are a set of functions which are to be performed in order. But by setting up the targets and templates manually, you will be skipping the
Regarding the first command: if your templates have missing loops, and if you have Rosetta installed, then it would probably make sense to use the In principle, you should not need to set any flags for the above commands. But I would strongly recommend first running each command with the |
Hi Danny, $ensembler loopmodel Also I see the same message for any subsequent command option of ensembler. |
Hi, if you're not using Rosetta loopmodel, then you should just skip the The message |
HI,
I think that should make
a top level directory. Am I right? |
Yes, that should be the top-level directory. Let me know if you still get errors. |
Hi
|
Hi, so the way I wrote that error message is kind of wrong. It actually means that the directory I'll update the code shortly so that it outputs a more useful error message. |
Hi Danny and Ensembler team,
Using ensembler, if I want to only model missing parts of the protein crystal structure I have, what are my options?
The text was updated successfully, but these errors were encountered: