forked from YosefLab/scvi-criticism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
23 lines (23 loc) · 909 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": "57f6267716826dad73baba46dc3c00fe7262c459",
"checkout": "v0.2.0",
"context": {
"cookiecutter": {
"project_name": "scvi-criticism",
"package_name": "scvi_criticism",
"project_description": "Evaluation metrics for scvi-tools models",
"author_full_name": "Valeh Valiollah Pour Amiri",
"author_email": "valehvpa@berkeley.edu",
"github_user": "YosefLab",
"project_repo": "https://github.com/YosefLab/scvi-criticism",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}