[Biojava-l] writesequence problem

2002-07-12 Thread Stein Aerts
Hello, There appears to be a problem when writing a sequence to file in EMBL format, but only if it contains a multiple of 60 nucleotides (there are 60 nt's on each line): the last line of nucleotides is not written and the nucleotide-count of the last line is incorrect. Example code below and ex

[Biojava-l] writeSequence

2001-03-07 Thread Keith James
Hi, I've committed a few files related to writing various file formats (list below). The code is still incomplete, although everything builds and writeSequence(sequence, "embl", stream) called on an EmblLikeFormat instance will dump most of a Sequence to STDOUT as EMBL format. What's missing?