From bd1a800d79ac46dce35c0417d2faee7c547fcd07 Mon Sep 17 00:00:00 2001 From: hadaq Date: Sat, 22 Oct 2016 14:03:40 +0200 Subject: [PATCH] channels are set dead in single channel mode after one channels is finished, mt --- thresholds/thresholds_automatic.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/thresholds/thresholds_automatic.pl b/thresholds/thresholds_automatic.pl index dbdd04f..25fd4c4 100755 --- a/thresholds/thresholds_automatic.pl +++ b/thresholds/thresholds_automatic.pl @@ -306,6 +306,11 @@ foreach my $i (@range) { } # end of channel_by_channel loop +# set all channels to 0 after threshold determination in single channel mode +if($channel_by_channel == true) { + write_thresholds($mode, $chain, \@zero_array); +} + exit; -- 2.43.0