| Bio-Graphics documentation | Contained in the Bio-Graphics distribution. |
Bio::Graphics::FeatureBase - Compatibility module
This module has been replaced by Bio::SeqFeature::Lite but exists only for compatibility with legacy applications.
Lincoln Stein <lstein@cshl.org>.
Copyright (c) 2006 Cold Spring Harbor Laboratory
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty.
| Bio-Graphics documentation | Contained in the Bio-Graphics distribution. |
package Bio::Graphics::FeatureBase;
use strict; use base 'Bio::SeqFeature::Lite'; 1; __END__