my sequence files contain case-sensitive symbols (TAATAACgagagg) and i am using now RichSequenceIterator to iterate over the sequences. How can i tell biojava that it should parse it case-sensitive? if i call seq.seqString() method, it should return exactly like it was in the file with upper- and lower-case. thanx.