X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcalc_bit_scores;h=6da3afbddde48793a9ccd3ef43d5130fbb25f58b;hb=2f0fd91b461033529a4a72e161bd133252a22eb6;hp=4b930c30c1c8e911431e11cc749e3c7d24e04a61;hpb=9bf550c4335d8860c5f6f9c4db0f385f1b36c1dd;p=biopieces.git diff --git a/bp_bin/calc_bit_scores b/bp_bin/calc_bit_scores index 4b930c3..6da3afb 100755 --- a/bp_bin/calc_bit_scores +++ b/bp_bin/calc_bit_scores @@ -69,7 +69,7 @@ while ( $record = Maasha::Biopieces::get_record( $in ) ) undef $record; -if ( $type eq "protein" ) { +if ( $type eq "PROTEIN" ) { $bit_max = 4; } else { $bit_max = 2;