19073: Fix dup tag detection.
authorTom Clegg <tom@curii.com>
Wed, 4 May 2022 03:22:31 +0000 (23:22 -0400)
committerTom Clegg <tom@curii.com>
Wed, 4 May 2022 03:22:31 +0000 (23:22 -0400)
refs #19073

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

tilestats.go

index d870d7bb7d983c8885e721603e93671f898b8ad5..b6284d9d017ea123ee3e64f31783941ed33d83e6 100644 (file)
@@ -147,6 +147,8 @@ func (cmd *tilingStats) RunCommand(prog string, args []string, stdin io.Reader,
                        for _, libref := range cseq.TileSequences[seqname] {
                                if dup, seen := duptag[libref.Tag]; seen && !dup {
                                        duptag[libref.Tag] = true
+                               } else {
+                                       duptag[libref.Tag] = false
                                }
                        }
                }