-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cruft.json
More file actions
29 lines (29 loc) · 948 Bytes
/
.cruft.json
File metadata and controls
29 lines (29 loc) · 948 Bytes
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": "nf-rnaseq",
"package_name": "nf_rnaseq",
"project_description": "A custom NextFlow RNA-seq pipeline for the Tansey lab",
"author_full_name": "Jess White",
"author_email": "whitej6@mskcc.org",
"github_user": "jessicaw9910",
"project_repo": "https://github.com/tansey-lab/nf-rnaseq",
"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
}