genbank.pm: Fix for issue #70, removed the line at write_seq()
commit8fe9c612c83d2de6ee8adf7113f7534f024dac33
authorFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Mon, 4 Aug 2014 23:44:01 +0000 (4 19:44 -0400)
committerFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Mon, 4 Aug 2014 23:44:01 +0000 (4 19:44 -0400)
tree593ab38aaf6836dda50283aad085def6f82288b8
parent409a7a5b20ddce0bfd295e78e68167b18bf1c40d
genbank.pm: Fix for issue #70, removed the line at write_seq()
that made files with CONTIG lines to skip printing the sequence
(which came from the times where both were mutually exclusive).
Now both CONTIG lines and sequence prints correctly. Added tests.
Bio/SeqIO/genbank.pm
t/SeqIO/genbank.t