Skip to content

Commit

Permalink
sp. extended string
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Hildebrand (QIB) committed Nov 16, 2021
1 parent 1973307 commit 31fd7f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lotus2
Original file line number Diff line number Diff line change
Expand Up @@ -2800,15 +2800,15 @@ sub getSimBasedTax{
if ( $doBlasting_pre eq "1" || $doBlasting_pre eq "blast" ) {
$doBlasting = 1; $taxMapperName = "Blast";
} elsif ( $doBlasting_pre eq "2" || $doBlasting_pre eq "lambda" ) {
$doBlasting = 2;$taxMapperName = "Blast";
$doBlasting = 2;$taxMapperName = "Lambda";
} elsif ( $doBlasting_pre eq "3" || $doBlasting_pre eq "utax" ) {
$doBlasting = 3;$taxMapperName = "Blast";
$doBlasting = 3;$taxMapperName = "UTAX";
} elsif ( $doBlasting_pre eq "4" || $doBlasting_pre eq "vsearch" ) {
$doBlasting = 4;$taxMapperName = "Blast";
$doBlasting = 4;$taxMapperName = "VSEARCH";
} elsif ( $doBlasting_pre eq "5" || $doBlasting_pre eq "usearch" ) {
$doBlasting = 5;$taxMapperName = "Blast";
$doBlasting = 5;$taxMapperName = "USEARCH";
} elsif ( $doBlasting_pre eq "0" || $doBlasting_pre eq "rdp" ) {
$doBlasting = 0;$taxMapperName = "RDP";
$doBlasting = 0;$taxMapperName = "RDPclassifier";
} else {
printL "Unknown tax option: $doBlasting_pre",63;
}
Expand Down

0 comments on commit 31fd7f8

Please sign in to comment.