google-code-export / nmrrestrntsgrid

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

Wattos throws error for dihedral combo #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Set block to 
##### BMRB adds: PROGRAM        DYANA/DIANA
##### BMRB adds: TYPE           dihedral combo
##### BMRB adds: SUBTYPE        ambi
##### BMRB adds: FORMAT         n/a

get error:
ERROR: 
java.lang.Exception: dummy
    at Wattos.Star.SaveFrame.getCategory(SaveFrame.java:151)
    at Wattos.Star.SaveFrame.getSaveFrameListByCategory(SaveFrame.java:177)
    at Wattos.Star.StarNode.getSaveFrameListByCategory(StarNode.java:594)
    at Wattos.Star.StarNode.getSaveFrameList(StarNode.java:643)
    at Wattos.Star.NMRStar.File31.enterStandardIDs(File31.java:6307)
    at Wattos.Episode_II.MRSTARFile.init(MRSTARFile.java:177)
    at Wattos.Episode_II.DBMRFile.doConversion(DBMRFile.java:936)
    at Wattos.Episode_II.DBMRFile.doConversions(DBMRFile.java:993)
    at Wattos.Episode_II.MRAnnotate.annotateEntry(MRAnnotate.java:410)
    at Wattos.Episode_II.MRAnnotate.annotateLoop(MRAnnotate.java:244)
    at Wattos.Episode_II.MRAnnotate.main(MRAnnotate.java:795)

Original issue reported on code.google.com by schulte....@gmail.com on 14 Apr 2010 at 5:31

GoogleCodeExporter commented 9 years ago
I fixed it. This was my stupid. I left the flag for whether or not this tag was 
in the schema set to 'Y'. It is fixed 
now.

Original comment by schulte....@gmail.com on 14 Apr 2010 at 6:40