tag fourth (and hopefully last) alpha
[bioperl-live.git] / branch-1-6 / Bio / Expression / ProbeI.pm
blob32787e14eda223d4d53b7c1f636897a17fb656ad
1 # $Id$
2 # BioPerl module for Bio::Expression::ProbeI
4 # Copyright Allen Day <allenday@ucla.edu>, Stan Nelson <snelson@ucla.edu>
5 # Human Genetics, UCLA Medical School, University of California, Los Angeles
7 # POD documentation - main docs before the code
9 =head1 NAME
11 Bio::Expression::ProbeI - an interface class for DNA/RNA probes
13 =head1 SYNOPSIS
15 Do not use this module directly
17 =head1 DESCRIPTION
19 This class ISA Bio::Expression::FeatureI, nothing more.
21 =head1 FEEDBACK
23 =head2 Mailing Lists
25 User feedback is an integral part of the evolution of this and other
26 Bioperl modules. Send your comments and suggestions preferably to
27 the Bioperl mailing list. Your participation is much appreciated.
29 bioperl-l@bioperl.org - General discussion
30 http://bioperl.org/wiki/Mailing_lists - About the mailing lists
32 =head2 Support
34 Please direct usage questions or support issues to the mailing list:
36 I<bioperl-l@bioperl.org>
38 rather than to the module maintainer directly. Many experienced and
39 reponsive experts will be able look at the problem and quickly
40 address it. Please include a thorough description of the problem
41 with code and data examples if at all possible.
43 =head2 Reporting Bugs
45 Report bugs to the Bioperl bug tracking system to help us keep track
46 of the bugs and their resolution. Bug reports can be submitted via
47 the web:
49 http://bugzilla.open-bio.org/
51 =head1 AUTHOR
53 Allen Day E<lt>allenday@ucla.eduE<gt>
55 =head1 APPENDIX
57 The rest of the documentation details each of the object
58 methods. Internal methods are usually preceded with a _
60 =cut
62 # Let the code begin...
63 package Bio::Expression::ProbeI;
65 use strict;
66 use Bio::Root::Root;
68 use base qw(Bio::Expression::FeatureI);
69 use vars qw($DEBUG);