JalviewModel object = new JalviewModel();\r
\r
Unmarshaller unmar = new Unmarshaller(object);\r
+ unmar.setValidation(false);\r
object = (JalviewModel) unmar.unmarshal( in );\r
\r
af = LoadFromObject(object);\r
{\r
anot[ae[aa].getPosition()] = new jalview.datamodel.Annotation(ae[aa].getDisplayCharacter(),\r
ae[aa].getDescription(),\r
- ae[aa].getSecondaryStructure().charAt(0),\r
+ ae[aa].getSecondaryStructure().length()==0?' ':ae[aa].getSecondaryStructure().charAt(0),\r
ae[aa].getValue());\r
}\r
\r