Skip to content

Commit

Permalink
Tweaked locus_tag removal from /products to support 'c' suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Seemann committed Jul 28, 2014
1 parent 2d078db commit f92edc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prokka
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ sub cleanup_product {

$p =~ s/^arCOG\d+\s+//;
$p =~ s/\((EC|COG).*?\)//;
$p =~ s/\s*\w+\d{4,}//; # remove possible locus tags
$p =~ s/\s*\w+\d{4,}c?//; # remove possible locus tags
$p =~ s/ and (inactivated|related) \w+//;

$p =~ s/^(potential|possible|probable|predicted|uncharacteri.ed)/putative/i;
Expand Down

0 comments on commit f92edc4

Please sign in to comment.