VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

MoleculeCASRegistryNumber ignored by generator #103

Closed johannespostler closed 12 years ago

johannespostler commented 12 years ago

My current dictionary.py:

'MoleculeSpeciesID':'Molecule.id', 'MoleculeMolecularWeight':'Molecule.mass', 'MoleculeInchi':'Molecule.inchi', 'MoleculeChemicalName':'Molecule.chemical_formula', 'MoleculeCASRegistryNumber':'Molecule.cas', 'MoleculeIonCharge':'Molecule.ioncharge',

All of the values make it into the XSAMS file, except for the CAS-number. Any ideas?

ivh commented 12 years ago

fixed