File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " ALLCools"
33description = " Toolkit for single-cell DNA methylome and multiomic data analysis."
4- authors = [
5- { name = " Hanqing Liu" },
6- ]
4+ authors = [{ name = " Hanqing Liu" }]
75maintainers = [
86 { name = " Hanqing Liu" , email = " hanliu@salk.edu" },
97 { name = " Jingtian Zhou" , email = " jzhou@salk.edu" },
10- { name = " Wei Tian" , email = " wtian@salk.edu" }
8+ { name = " Wei Tian" , email = " wtian@salk.edu" },
119]
1210urls.Documentation = " https://lhqing.github.io/ALLCools/intro.html"
1311urls.Source = " https://github.com/lhqing/ALLCools"
@@ -34,7 +32,7 @@ dependencies = [
3432dev = [
3533 # dev version generation
3634 " bump2version" ,
37- " pre-commit"
35+ " pre-commit" ,
3836]
3937analysis = [
4038 " biopython" ,
@@ -50,22 +48,14 @@ analysis = [
5048 " statsmodels" ,
5149 " rpy2" ,
5250 " tpot" ,
53- " cooler"
54- ]
55- doc = [
56- " jupyter-book" ,
57- " ghp-import"
58- ]
59- test = [
60- " pytest" ,
61- " pytest-cov" ,
51+ " cooler" ,
6252]
53+ doc = [" jupyter-book" , " ghp-import" ]
54+ test = [" pytest" , " pytest-cov" ]
6355
6456[tool .coverage .run ]
6557source = [" ALLCools" ]
66- omit = [
67- " **/test_*.py" ,
68- ]
58+ omit = [" **/test_*.py" ]
6959
7060[tool .pytest .ini_options ]
7161testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments