Skip to content

Commit 4ef187c

Browse files
author
wqiu
committed
bioaln: slice-orfs: set orf slice names flat
1 parent a286a93 commit 4ef187c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Bio/BPWrapper/AlnManipulations.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ sub orf_slice { # get alignment slice
857857

858858
# remove stop codon
859859
$slice = $slice->slice(1, $slice->length() - 3);
860+
$slice->set_displayname_flat();
860861
my $out = Bio::AlignIO -> new(-file => ">$fname", -format => "fasta");
861862
$out->write_aln($slice);
862863
}

0 commit comments

Comments
 (0)