Skip to content

Commit

Permalink
Tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 5, 2012
1 parent 2b0daf1 commit 58ed779
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Bio/Tools/GFF.pm
Expand Up @@ -805,10 +805,9 @@ sub _gff2_string{

if( $feat->can('seqname') ) {
$name = $feat->seq_id();
$name ||= 'SEQ';
} else {
$name = 'SEQ';
}
$name ||= 'SEQ';

$str1 = join("\t",
$name,
$feat->source_tag(),
Expand Down

0 comments on commit 58ed779

Please sign in to comment.