Skip to content

Commit

Permalink
annot: fixed: reference_set instead of uniprots
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 4, 2019
1 parent e5e49d9 commit c7c8c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypath/annot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ def to_dataframe(self, reference_set = None):

df = pd.DataFrame(
data = self.data,
index = self.uniprots,
index = self.reference_set,
columns = colnames,
)

Expand Down

0 comments on commit c7c8c9c

Please sign in to comment.