You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @grst,
When I used the ir.pp.index_chians, met the error: module 'scirpy.pp' has no attribute 'index_chains'.
It seems that there is no function: ir.pp.index_chians. The version of scirpy is 0.12.2. Am I missing something?
Sorry for the confusion. The documentation on https://scirpy.scverse.org/en/latest/ already points to the docs for v0.13 in which significant changes were introduced.
The latest stable release is still v0.12.2.
I will release v0.13 within the next days.
You can upgrade to the pre-release of v0.13 already using
Hi @grst,
When I used the ir.pp.index_chians, met the error: module 'scirpy.pp' has no attribute 'index_chains'.
It seems that there is no function: ir.pp.index_chians. The version of scirpy is 0.12.2. Am I missing something?
>>> dir(ir.pp) ['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '_merge_adata', 'deprecated', 'ir_dist', 'ir_neighbors', 'merge_airr_chains', 'merge_with_ir', 'merge_with_tcr', 'tcr_neighbors']
Thanks very much,
Zhang
The text was updated successfully, but these errors were encountered: