Hi Guys,
I'm seeking out the paper below for which I don't have access to. I
hope this doesn't seem unusual, but if someone has a copy of this
paper would they consider forwarding it to me.
I'm trying to compile a report on biojava as part of a bioinformatics
task.
in any case,
Hello,
While transferring some sequences via serialization, I noticed that all
my Features are getting lost. After some digging around, it seems as if
Java doesn't serialize the FeatureHolder inside the sequence (I was
working with SimpleSequence objects). Even though a
NotSerializableExceptio
Hi -
I thought we had fixed that one although it turns out the unit test was a bit
inadequate. Generally its not a good idea to make an interface implement serializable
as there may be a perfectly valid implementation that can't implement serializable.
Probably better to make as many of the im