JAL-3061
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 3 Aug 2018 16:00:50 +0000 (17:00 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 3 Aug 2018 16:00:50 +0000 (17:00 +0100)
commit483abbfd34bb2e47698f4cb04e21531c2b11924a
tree036f6e7d11ffad393be3b75899f648846ce727fa
parent96f0a99a5fac43f4288d37486d9d13d8e12f1a1f
JAL-3061
Added test StockholmFileTest.stockholmFileRnaSSSpaceChars() to read in
RNA SS annotation with spaces, and check that StockholmFile print output
converts these to '.'s.
Also slight adjustment to StockholmFile.outputCharacter to avoid a
nullPointer exception.
src/jalview/io/StockholmFile.java
test/jalview/io/StockholmFileTest.java