Skip to content

Commit

Permalink
Merge pull request #124 from zktuong/update-find_clones
Browse files Browse the repository at this point in the history
Update find clones
  • Loading branch information
zktuong committed Jan 28, 2022
2 parents a60ca06 + d73e2a4 commit 065ae4b
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 176 deletions.
4 changes: 3 additions & 1 deletion dandelion/__init__.py
Expand Up @@ -2,7 +2,7 @@
# @Author: kt16
# @Date: 2020-05-12 18:11:20
# @Last Modified by: Kelvin
# @Last Modified time: 2021-07-18 17:51:51
# @Last Modified time: 2022-01-27 18:53:21

from . import preprocessing as pp
from . import utilities as utl
Expand All @@ -11,3 +11,5 @@
from .utilities import read_pkl, read_h5, read_10x_airr, read_10x_vdj, from_scirpy, to_scirpy, Dandelion, update_metadata, concat, load_data
from .logging import __version__, __author__, __email__, __classifiers__
from . import logging

read_h5ddl = read_h5

0 comments on commit 065ae4b

Please sign in to comment.