File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 82
82
author = "Xiaojie Qiu, Yan Zhang, Ke Ni"
83
83
84
84
# The full version, including alpha/beta/rc tags
85
- release = "1.0.0 "
85
+ release = "1.0.9 "
86
86
87
87
# -- General configuration ---------------------------------------------------
88
88
Original file line number Diff line number Diff line change 10
10
filter_cells_by_outliers ,
11
11
filter_cells_legacy ,
12
12
filter_genes_by_clusters_ ,
13
- )
14
- from .preprocess import filter_genes_by_outliers
15
- from .preprocess import filter_genes_by_outliers as filter_genes
16
- from .preprocess import (
13
+ filter_genes_by_outliers ,
17
14
get_svr_filter ,
18
15
highest_frac_genes ,
19
16
normalize_cell_expr_by_size_factors_legacy ,
35
32
top_pca_genes ,
36
33
)
37
34
35
+ filter_cells = filter_cells_by_outliers
36
+ filter_genes = filter_genes_by_outliers
38
37
log1p = log1p_adata
38
+ normalize_cells = normalize_cell_expr_by_size_factors
39
39
40
40
from .preprocess_monocle_utils import estimate_dispersion , top_table
41
41
from .Preprocessor import Preprocessor
Original file line number Diff line number Diff line change 12
12
if __name__ == "__main__" :
13
13
setup (
14
14
name = "dynamo-release" ,
15
- version = "v1.0.0 " ,
15
+ version = "v1.0.9 " ,
16
16
python_requires = ">=3.7" ,
17
17
install_requires = [l .strip () for l in Path ("requirements.txt" ).read_text ("utf-8" ).splitlines ()], # 'yt>=3.5.1',
18
18
extras_require = {
You can’t perform that action at this time.
0 commit comments