NMRExchangeFormat / NEF

NMR Exchange Format official specification
GNU Lesser General Public License v3.0
7 stars 23 forks source link

Validating NEF file #32

Open kumar-physics opened 8 years ago

kumar-physics commented 8 years ago

How to validate a NEF file and make sure it is consistent with NEF dictionary? Will NEF developers provide validation tools?

rhfogh commented 8 years ago

There are two main issues here:

The biggest practical problem is whether atom names (especially) can be mapped correctly to IUPAC naming. This is not really susceptible to validation, since just about any atom name is legal - assignments that cannot be matched to the structure and sequence are simply interpreted as anonymous, unassigned atoms. And which atoms can be matched to the sequence and structure can, of course, only be determined by comparing with the known sequence and structure.

The most practical approach might be a reference imlementation for converting atoms to IUPAC names given a known sequence.