Skip to content

Commit

Permalink
gene_ids bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davek44 committed Jan 8, 2018
1 parent 32267cf commit f200574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basenji/genedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def subset_genes(self, gene_ids):
# transcript_map will point to the wrong sequences

def gene_ids(self):
return list(self.gene_tss().keys())
return list(self.gene_tss.keys())


def tss_ids(self):
Expand Down

0 comments on commit f200574

Please sign in to comment.