Skip to content

Commit

Permalink
how this has been missed for so long is beyond me. Fixing a bug that …
Browse files Browse the repository at this point in the history
…caused features to be retrained from one file to the next, causing those features to be repeated in the resulting GFF file.
  • Loading branch information
scottcain committed Aug 29, 2011
1 parent 7264662 commit 1cff7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Bio-DB-GFF/bp_genbank2gff3.pl
Expand Up @@ -506,6 +506,8 @@ BEGIN

# Note that we use our own get_all_SeqFeatures function
# to rescue cloned exons

@GFF_LINE_FEAT = ();
for my $feature ( get_all_SeqFeatures($seq) ) {

my $method = $feature->primary_tag;
Expand Down

0 comments on commit 1cff7d5

Please sign in to comment.