From 2ca147b6944fe58875293031b1971db5c0fb4c31 Mon Sep 17 00:00:00 2001 From: Alex Kotlar Date: Thu, 25 Jan 2024 02:00:46 +0000 Subject: [PATCH] use the needsLabels variable instead of config.noOut --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 67ed29e..d791339 100644 --- a/main.go +++ b/main.go @@ -564,7 +564,7 @@ func processLines(header []string, numChars int, config *Config, queue chan [][] arrowBuilder.WriteRow(arrowRow) } - if !config.noOut { + if needsLabels { output.WriteString(chrom) output.WriteByte(tabByte)