jakesylvestre / cing

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

double column in FC output #220

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Wim, when I run:

python $CINGROOT/python/cing/PluginCode/test/test_NmrStar.py

In project.str I get the atom_site table with a lowercase id extra:
      _Atom_site.PDB_strand_id
      _Atom_site.PDB_strand_ID

Related to:
Probably related to 
http://code.google.com/p/nmrrestrntsgrid/issues/detail?id=236

I've updated to the latest CCPN stable revisions.

Original issue reported on code.google.com by jurge...@gmail.com on 13 Jan 2010 at 9:35

GoogleCodeExporter commented 8 years ago
Shoot sorry, it's not an extra column.

It's just 
_Atom_site.PDB_strand_id instead of my expected:
_Atom_site.PDB_strand_ID

Original comment by jurge...@gmail.com on 13 Jan 2010 at 9:44

GoogleCodeExporter commented 8 years ago
The NMR-STAR dictionary wasn't updated yet - try again. Note that this is not
completely fixed in my code yet, have to do some testing when the newly 
generated
files from Wattos are available (see issue 236).

Original comment by wfvran...@gmail.com on 13 Jan 2010 at 9:51

GoogleCodeExporter commented 8 years ago
Thanks, works great now.

Original comment by jurge...@gmail.com on 13 Jan 2010 at 9:59