forked from YosefLab/scib-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
23 lines (23 loc) · 892 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "1929d97848fd6a62fe2916dec21d6c3de99cd0a2",
"checkout": "v0.2.9",
"context": {
"cookiecutter": {
"project_name": "scib-metrics",
"package_name": "scib_metrics",
"project_description": "Accelerated and Python-only scIB metrics",
"author_full_name": "Adam Gayoso",
"author_email": "adamgayoso@berkeley.edu",
"github_user": "adamgayoso",
"project_repo": "https://github.com/yoseflab/scib-metrics",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}