Skip to content

Commit

Permalink
fixing matching
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 8, 2021
1 parent d83c4ef commit 2889d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gneiss/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def sort_f(xs):
return [xs[out_metadata.index.get_loc(x)] for x in xs]

out_table = out_table.sort(sort_f=sort_f, axis='sample')
out_metadata = out_metadata.loc[out_table.ids()]
return out_table, out_metadata


Expand Down

0 comments on commit 2889d71

Please sign in to comment.