Skip to content

Commit 01ab14e

Browse files
committed
Update documentation
1 parent 8d2ae09 commit 01ab14e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CellBox
44
This is CellBox scripts developed in Sander lab.
55

6-
Maintained by Bo Yuan and Judy Shen.
6+
Maintained by Bo Yuan, Judy Shen, and Augustin Luna.
77

88
If you want to discuss the usage or to report a bug, please use the 'Issues' function here on GitHub.
99

pertbio/pertbio/version.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,13 @@ def get_msg():
130130
]
131131
print(
132132
"Running CellBox scripts developed in Sander lab\n"
133-
"Maintained by Bo Yuan and Judy Shen"
133+
"Maintained by Bo Yuan, Judy Shen, and Augustin Luna"
134134
)
135135
print(changelog[-1])
136136
print(
137137
"Tutorials and documentations are available at https://github.com/dfci/CellBox\n"
138138
"If you want to discuss the usage or to report a bug, please use the 'Issues' function at GitHub\n"
139139
"If you find CellBox useful for your research, please consider citing the corresponding publication.\n"
140-
"For more information, please email us at [email protected] and [email protected]\n"
140+
"For more information, please email us at [email protected] and [email protected], "
141+
141142
)

pertbio/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
tests_require=['pytest', 'pandas'],
2222
setup_requires=['pytest-runner', "pytest"],
2323
zip_safe=True,
24-
keywords='Machine learning, perturbation biology',
24+
keywords='Scientific machine learning, sciML, perturbation biology, interpretability',
2525
classifiers=[
2626
"Development Status :: 4 - Beta",
2727
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)