3 # BioPerl module for Bio::FeatureIO::gtf
5 # Cared for by Allen Day <allenday@ucla.edu>
9 # You may distribute this module under the same terms as perl itself
11 # POD documentation - main docs before the code
15 Bio::FeatureIO::gtf - read write features in GTF format
19 L<Bio::FeatureIO::gff>
23 GTF, is also known as GFF v2.5. This class is simply a subclass
24 of Bio::FeatureIO::gff that initializes with -version =E<gt> 2.5.
30 User feedback is an integral part of the evolution of this and other
31 Bioperl modules. Send your comments and suggestions preferably to
32 the Bioperl mailing list. Your participation is much appreciated.
34 bioperl-l@bioperl.org - General discussion
35 http://bioperl.org/wiki/Mailing_lists - About the mailing lists
39 Report bugs to the Bioperl bug tracking system to help us keep track
40 of the bugs and their resolution. Bug reports can be submitted via
43 http://bugzilla.open-bio.org/
45 =head1 AUTHOR - Allen Day
47 Email allenday@ucla.edu
51 The rest of the documentation details each of the object methods.
52 Internal methods are usually preceded with a _
57 # Let the code begin...
60 package Bio
::FeatureIO
::gtf
;
61 use base
qw(Bio::FeatureIO::gff);
64 # Object preamble - inherits from Bio::Root::Root
69 $self->SUPER::_initialize
(%arg);