On Feb 12, 2009, at 3:08 PM, Jeff Ellena wrote: Hi Jeff,
> Finally the terminal output indicated > Expected integer but got ?? > Can?t read ?shifts?: no such variable > Can?t read ?shifts?: no such variable This looks like there's still a problem in the readNMRSTARShiftTable call, probably caused by something odd in your sybassign.str file. Since the readNMRSTARShiftTable call crashed, the $shifts variable never got set, and it's unavailable to be used in the calls to reportUnassignedAtoms and createShiftAssignments. Try inserting a "puts $errorInfo" after the readNMRSTARShiftTable call. You can also temporarily remove the " ; noOutput" at the end of the call to readNMRSTARShiftTable, which might be hiding some useful clue in this circumstance. --JK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://dcb.cit.nih.gov/pipermail/xplor-nih/attachments/20090212/d69d6e7d/attachment-0001.html
