Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Feb 9, 2021
1 parent 4393a51 commit 6f9ff87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scirpy/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from scanpy import read_h5ad
from ._io import read_10x_vdj, read_tracer, read_airr, read_bracer
from ._convert_anndata import from_ir_objs, to_ir_objs
from ._io import read_10x_vdj, read_tracer, read_airr, read_bracer, read_dandelion
from ._convert_anndata import from_ir_objs, to_ir_objs, to_dandelion
from ..util import deprecated
from ._datastructures import IrCell, IrChain

Expand Down

0 comments on commit 6f9ff87

Please sign in to comment.