AlphaBetaTest / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

Missing data in RDB where it was expected #265

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it a bug that what if's chi 1,2 structure Z-scores are not parsed?

What steps will reproduce the problem?
1. Login to RDB and query:
pdbmlplus=# select pdb_id,wi_ramchk,wi_c12chk from nrgcing.cingentry where 
pdb_id like '1br%' limit 2;
 pdb_id | wi_ramchk | wi_c12chk 
--------+-----------+-----------
 1brv   | -4.146896 |          
 1brz   | -6.983651 |          
(2 rows)

We would expect to see a value for c12 but there is none.

Original issue reported on code.google.com by jurge...@gmail.com on 10 Nov 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Fixed in r872.
I put the value in ROTCHK instead of C12CHK. So for now, Karen you can also try 
to pick it up from wi_rotchk.

Original comment by jurge...@gmail.com on 10 Nov 2010 at 9:53