~ubuntu-branches/ubuntu/karmic/bioperl/karmic

« back to all changes in this revision

Viewing changes to Bio/LiveSeq/Prim_Transcript.pm

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2004-04-18 14:24:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040418142411-gr92uexquw4w8liq
Tags: 1.4-1
* New upstream release
* Examples and working code are installed by default to usr/bin,
  this has been moved to usr/share/doc/bioperl/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Prim_Transcript.pm,v 1.7 2001/06/18 08:27:53 heikki Exp $
 
1
# $Id: Prim_Transcript.pm,v 1.8 2003/06/04 08:36:40 heikki Exp $
2
2
#
3
3
# bioperl module for Bio::LiveSeq::Prim_Transcript
4
4
#
44
44
# Let the code begin...
45
45
 
46
46
package Bio::LiveSeq::Prim_Transcript;
47
 
$VERSION=1.0;
48
 
 
49
 
# Version history:
50
 
# Tue Apr  4 18:11:31 BST 2000 v 1.0 created
51
47
 
52
48
use strict;
53
 
use vars qw($VERSION @ISA);
54
 
use Bio::LiveSeq::Range 1.2; # uses Range, inherits from it
 
49
use vars qw(@ISA);
 
50
use Bio::LiveSeq::Range; # uses Range, inherits from it
55
51
@ISA=qw(Bio::LiveSeq::Range);
56
52
 
57
53
=head2 new