Skip to content

Commit

Permalink
Ensure consistent order of spectratype dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jan 30, 2021
1 parent 36be48e commit 6320e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scirpy/_tools/_spectratype.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ def spectratype(
value=0.0
)

cdr3_lengths.sort_index(axis=1, inplace=True)

return cdr3_lengths

0 comments on commit 6320e8c

Please sign in to comment.