Skip to content

Commit

Permalink
--print-protein prints reference protein sequence for gene annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanding Zhou committed May 12, 2016
1 parent 34febb3 commit 71c7945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transvar/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def annotate_gene(args, q, tpts, db):
for t in tpts:
r = Record()
r.chrm = t.chrm
r.gene = q.tok
r.gene = q.gene.name
r.gnuc_range = '%d_%d' % (t.beg, t.end)
r.tnuc_range = '%d_%d' % (1, t.cdslen())
if t.strand == '+':
Expand Down
2 changes: 1 addition & 1 deletion transvar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.9.20160503'
__version__ = '2.2.10.20160512'

0 comments on commit 71c7945

Please sign in to comment.