Skip to content

Commit 6320e8c

Browse files
committed
Ensure consistent order of spectratype dataframe
1 parent 36be48e commit 6320e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scirpy/_tools/_spectratype.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ def spectratype(
6464
value=0.0
6565
)
6666

67+
cdr3_lengths.sort_index(axis=1, inplace=True)
68+
6769
return cdr3_lengths

0 commit comments

Comments
 (0)