Skip to content

Commit

Permalink
Merge github.com:bioperl/bioperl-live into amplicons
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 3, 2012
2 parents 6da2c6c + 730cae3 commit 1da375e
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 201 deletions.
14 changes: 9 additions & 5 deletions Bio/LocatableSeq.pm
Expand Up @@ -50,11 +50,15 @@ There are all sorts of nasty gotcha's about interactions between coordinate
systems when these sort of objects are used. Some mapping now occurs to deal
with HSP data, however it can probably be integrated in better and most methods
do not implement it correctly yet. Also, several PrimarySeqI methods (subseq(),
trunc(), etc.) do not behave as expected and must be used with care.
Due to this, LocatableSeq functionality is to be refactored in a future BioPerl
release. However, for alignment functionality it works adequately for the time
being
trunc(), etc.) do not behave as expected and must be used with care. Due to this,
LocatableSeq functionality is to be refactored in a future BioPerl release.
However, for alignment functionality it works adequately for the time being.
If you do not need alignment functionality, L<Bio::SeqfeatureI>-implementing
modules may be a suitable alternative to L<Bio::LocatableSeq>. For example,
L<Bio::SeqFeature::Generic> and L<Bio::SeqFeature::Lite> provide methods to
attach a sequence to a specific region of a parent sequence and to set other
useful attributes.
=head1 FEEDBACK
Expand Down

0 comments on commit 1da375e

Please sign in to comment.