Skip to content

Commit

Permalink
Remove 'gene_type' tag break in GTF reader
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 5, 2019
1 parent 6ad8ed2 commit 39209f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions annotation/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ func parseTags(b []byte) map[string][]byte {
k = string(tag)
} else {
m[k] = bytes.Trim(tag, `";`)
if k == "gene_type" {
break
}
}
}
return m
Expand Down

0 comments on commit 39209f4

Please sign in to comment.