Skip to content

Commit

Permalink
Revert MAXCONTIGNIDLEN to 37 to hell with .GBK file restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Apr 22, 2015
1 parent dd12d9c commit 7eec96a
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 @@ -51,7 +51,7 @@ my $PROKKA_DOI = '10.1093/bioinformatics/btu153';
my $DBDIR = "$FindBin::RealBin/../db";
my $HYPO = 'hypothetical protein';
my $UNANN = 'unannotated protein';
my $MAXCONTIGIDLEN = 20; # Genbank rule
my $MAXCONTIGIDLEN = 37; # Genbank rule
my @LOG; # buffer up log lines before we have log file ready

# these should accept .faa on STDIN and write report to STDOUT
Expand Down

0 comments on commit 7eec96a

Please sign in to comment.