Closed GoogleCodeExporter closed 9 years ago
Ok, I see the atom is in twice but can't reproduce it in development. Perhaps
this was a fault at r1060.
I've added checking code in r1072 so this will be flagged next time it happens.
jd:duvel/~/ psql pdbmlplus pdbj
psql (8.4.2)
Type "help" for help.
pdbmlplus=# SELECT e.name, c.name, r.number, a.name
pdbmlplus-# FROM
pdbmlplus-# nrgcing.cingentry e,
pdbmlplus-# nrgcing.cingchain c,
pdbmlplus-# nrgcing.cingresidue r,
pdbmlplus-# nrgcing.cingatom a
pdbmlplus-# where
pdbmlplus-# e.entry_id = c.entry_id AND
pdbmlplus-# c.chain_id = r.chain_id AND
pdbmlplus-# r.residue_id = a.residue_id AND
pdbmlplus-# e.name = '2lfh' AND
pdbmlplus-# c.name = 'A' AND
pdbmlplus-# r.number = 68 AND
pdbmlplus-# a.name like 'O%'
pdbmlplus-# ;
name | name | number | name
------+------+--------+------
2lfh | A | 68 | OXT
2lfh | A | 68 | O
(2 rows)
Original comment by jurge...@gmail.com
on 6 Sep 2011 at 5:04
Original issue reported on code.google.com by
jurge...@gmail.com
on 6 Sep 2011 at 2:13