-
Notifications
You must be signed in to change notification settings - Fork 4
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
Difference map script additions #18
Comments
This sounds great to me, but this is really @JBGreisman 's script. I am curious how you plan to compute structure factors here. My suggestion would be to run |
@kmdalton for computing structure factors from the PDB model you mean? I've been using gemmi sfcalc in a function for now. It's pretty good except that it writes out an mtz that I then read back in. I think this can be fixed, just haven't figured it out yet |
oh nice! i have never used |
It is always possible to handle the plumbing using temporary files as @kmdalton said. This is the approach used by I also agree that it would be very nice if there were a Python API that could be exposed for this purpose. That would simplify things for us quite a bit. I'll look into that a bit and see what seems viable. Just to summarize:
|
yes, exactly. I think the --ref option would be useful. I've found it nice not to have to go run CCP4 to get FCalcs, so having the option in case someone doesn't have phases yet would be great. I kind of have something similar now for Rfree flags (use previous ones if there's a column with flags specified in input mtz, if not generate new set). |
for |
Here: time to revive this conversation.
Thoughts @kmdalton @JBGreisman @dennisbrookner @alisiafadini ? |
i'm in favor of any diffmap code that has sensible defaults for column labels. also tests. rs.diffmap has no tests. |
I was originally thinking of contributing my DED map script, but I think it would be redundant with diffmap.py. Maybe we could integrate the extra bits I have to the existing script? Mainly it would be (1) option to specify PDB ref model, rather than providing phases (so people don't have to go trough SFALL or similar) and (2) option to also TV denoise the difference map and write out a second file (or an extra column in the mtz). Thoughts?
The text was updated successfully, but these errors were encountered: