Skip to content

Commit

Permalink
use the needsLabels variable instead of config.noOut
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Jan 25, 2024
1 parent 646c2f0 commit 2ca147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2ca147b

Please # to comment.