Skip to content

Commit

Permalink
Merge pull request #202 from RoyChaudhuri/master
Browse files Browse the repository at this point in the history
Fix for bug #201, print ID line if custom ID sub defined
  • Loading branch information
cjfields authored Sep 23, 2016
2 parents f5586d4 + 009521c commit eed341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/SeqIO/embl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ sub _write_ID_line {

$mol ||= ''; # 'unassigned'; ?
$id_line = "ID $name; SV $version; $topology; $mol; STD; $div; $len BP.\nXX\n";
$self->_print($id_line);
}
$self->_print($id_line);
}

=head2 _is_valid_division
Expand Down

0 comments on commit eed341d

Please sign in to comment.