Skip to content

Commit

Permalink
source->source_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Mar 19, 2004
1 parent 8a78e2d commit c8fc5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Graphics/Browser/GFFhelper.pm
@@ -1,4 +1,4 @@
# $Id: GFFhelper.pm,v 1.20 2004-03-12 15:29:10 sheldon_mckay Exp $
# $Id: GFFhelper.pm,v 1.21 2004-03-19 19:38:15 lstein Exp $

=head1 NAME
Expand Down Expand Up @@ -282,7 +282,7 @@ sub gff2Generic {
my ($self, $f) = @_;

my $feat = Bio::SeqFeature::Generic->new( -primary_tag => $f->primary_tag,
-source_tag => $f->source,
-source_tag => $f->source_tag,
-phase => $f->phase,
-score => $f->score,
-start => $f->start,
Expand Down

0 comments on commit c8fc5d8

Please sign in to comment.