-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
29 lines (29 loc) · 1 KB
/
.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": "2416b0e5bbeef45602a0da421eb839883d17c212",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "single_translator_VAE",
"package_name": "single_translator_VAE",
"project_description": "\"Single-cell and single-nucleus RNa-sequencing translation with VAE\"",
"author_full_name": "Adriana Ivich",
"author_email": "[email protected]",
"github_user": "ivichadriana",
"project_repo": "https://github.com/ivichadriana/single_translator_VAE",
"license": "BSD 3-Clause 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
}