Skip to content

Commit

Permalink
better fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed May 18, 2020
1 parent b61d16f commit d0fda39
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 @@ -462,7 +462,7 @@ func processLines(header []string, numChars int, config *Config, queue chan [][]

// if last index > 9 then we can't accept the site, since won't be able
// to identify het/hom status
if len(alts) > len(iLookup) {
if altIndices[len(altIndices)-1] >= len(iLookup) {
log.Printf("%s %s:%s: We currently don't support sites with > %d minor alleles, found %d", record[chromIdx], record[posIdx], errorLvl, len(iLookup), len(altIndices))
continue
}
Expand Down

0 comments on commit d0fda39

Please # to comment.