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

multiple resolution/rFree/rWork values #29

Closed
wojdyr opened this issue Jun 19, 2017 · 4 comments
Closed

multiple resolution/rFree/rWork values #29

wojdyr opened this issue Jun 19, 2017 · 4 comments

Comments

@wojdyr
Copy link

wojdyr commented Jun 19, 2017

Hi, I'm working on a project in the same domain - reading and writing macromolecular structures, and I was just checking how you handle models with multiple refinement statistics.
For example 5moo - joint x-ray and neutron refinement.
I suppose MMTF just stores one of the values?

@pwrose
Copy link
Collaborator

pwrose commented Jun 19, 2017 via email

@wojdyr
Copy link
Author

wojdyr commented Jun 19, 2017

5MOO

The structure summary is missing resolution:
http://www.rcsb.org/pdb/explore/explore.do?structureId=5MOO

@josemduarte
Copy link
Member

Biojava (SimpleMMcifConsumer class linked by @pwrose above) will use the last value encountered and that's the one written to mmtf. This is the relevant output of last mmtf files creation log:

18:30:22 [main] INFO  org.rcsb.mmtf.update.BuildMmtfFiles - Processing /mnt/ftp1/pub/pdb/data/structures/divided/mmCIF/mo/5moo.cif.gz
18:30:22 [main] WARN  org.biojava.nbio.structure.io.mmcif.SimpleMMcifConsumer - More than 1 resolution value present, will use last one 1.43 and discard previous 1.44 
18:30:22 [main] WARN  org.biojava.nbio.structure.io.mmcif.SimpleMMcifConsumer - More than 1 Rfree value present, will use last one 0.1848 and discard previous 0.16 
18:30:22 [main] WARN  org.biojava.nbio.structure.io.mmcif.SimpleMMcifConsumer - More than 1 R work value present, will use last one 0.1700 and discard previous 0.13 

@wojdyr
Copy link
Author

wojdyr commented Jun 19, 2017

OK, thanks!

@wojdyr wojdyr closed this as completed Jun 19, 2017
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

No branches or pull requests

3 participants