Skip to content

Commit

Permalink
LCAhits.log activated
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Hildebrand (QIB) committed Sep 5, 2023
1 parent e01592c commit 73c3d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lotus2
Original file line number Diff line number Diff line change
Expand Up @@ -5522,7 +5522,9 @@ sub makeAbundTable2($ $) {
}
my $LCxtr = "";
if ($pseudoRefOTU) { $LCxtr = "-showHitRead -reportBestHit"; }
my $cmd = "$LCABin -i " . join( ",", @blOuts ) . " -r " . join( ",", @TAX_RANKS ) . " -o $SIM_hierFile $LCxtr -LCAfrac $LCAfraction -cover $LCAcover -minAlignLen $LCAminAliLen -id " . join( ",", @idThr ) . ";";
my $repHitPat = "-reportHitPattern $logDir/LCAhits.log";

my $cmd = "$LCABin -i " . join( ",", @blOuts ) . " -r " . join( ",", @TAX_RANKS ) . " -o $SIM_hierFile $repHitPat $LCxtr -LCAfrac $LCAfraction -cover $LCAcover -minAlignLen $LCAminAliLen -id " . join( ",", @idThr ) . ";";

#die $cmd;
if ( systemL $cmd) { printL "LCA command $cmd failed\n", 44; }
Expand Down

0 comments on commit 73c3d99

Please sign in to comment.