-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
29 lines (29 loc) · 993 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
24
25
26
27
28
29
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "aa877587e59c855e2464d09ed7678af00999191a",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "nichepca",
"package_name": "nichepca",
"project_description": "Package for PCA-based spatial domain identification in single-cell spatial transcriptomics data",
"author_full_name": "Darius P. Schaub",
"author_email": "[email protected]",
"github_user": "imsb-uke",
"project_repo": "https://github.com/imsb-uke/nichepca",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/build.yaml",
".github/workflows/test.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}