[Bioperl-l] SeqFeature: Documentation gap?

Stefan Kirov skirov@utk.edu
Tue, 05 Nov 2002 15:31:05 -0600


I have a question regarding the way the Location is set in a SeqFeature
object. Obviously one way to do it is through new(). But I needed to use
a Location object, so I just passed it as in
$seq->location($locationobj). It worked at this case.
Is this the right way to do it? Also the documentation states that
$seq->location returns a location object, but gets no arguments. Is it
just a gap, or this is not recommended for some reason?
Thanks!
Stefan