-
Notifications
You must be signed in to change notification settings - Fork 11
Add option to output all residues involved in each patch #32
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
Conversation
--resout). To compare patches, a patch index column is added to the outputfile and residue output.
|
Hi, that's a great idea, thanks for implementing it. A few comments from my side:
|
|
Hey, |
|
Couldn't we use a with-statement for res_output? Otherwise, this looks good to me. I'd vote to make a consistent output format at some point, but this doesn't need to be here. |
Add function to output as df
…analyses into Patch_Residues_Logging
…analyses into Patch_Residues_Logging
…analyses into Patch_Residues_Logging
|
I fixed a little bug where an additional patch was created for the non-patch area, and also implemented #34. I'll merge this now, if there are any problems with it, please let me know. |
To compare patches, a patch index column is added to the outputfile and residue output.
write_patches is now only called once and changed to handle multiple columns at once - to simplify patch numbering.