Skip to content

Commit

Permalink
Fixed extract transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjvincent committed Jun 5, 2018
1 parent e054f18 commit 4c00f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2gtools/gtf_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
AND a.gtf_attribute = 'exon_number') AS exon_number
FROM gtf g,
gtf_types t
AND g.type_key = t._key
WHERE g.type_key = t._key
AND t.gtf_type in ('exon', 'transcript', 'gene')
"""

Expand Down

0 comments on commit 4c00f69

Please sign in to comment.