We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36be48e commit 6320e8cCopy full SHA for 6320e8c
scirpy/_tools/_spectratype.py
@@ -64,4 +64,6 @@ def spectratype(
64
value=0.0
65
)
66
67
+ cdr3_lengths.sort_index(axis=1, inplace=True)
68
+
69
return cdr3_lengths
0 commit comments