-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d456013
commit 41a3e01
Showing
2 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"template": "https://github.com/scverse/cookiecutter-scverse", | ||
"commit": "6a1f5a101d3de6ef0c48821eaaa00d078ad223a1", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"project_name": "Nimbus-Inference", | ||
"package_name": "nimbus_inference", | ||
"project_description": "A very interesting piece of code", | ||
"author_full_name": "Lorenz Rumberger", | ||
"author_email": "[email protected]", | ||
"github_user": "angelolab", | ||
"project_repo": "https://github.com/angelolab/Nimbus-Inference", | ||
"license": "MIT License", | ||
"_copy_without_render": [ | ||
".github/workflows/**.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 | ||
} | ||
{ | ||
"template": "https://github.com/scverse/cookiecutter-scverse", | ||
"commit": "6a1f5a101d3de6ef0c48821eaaa00d078ad223a1", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"project_name": "Nimbus-Inference", | ||
"package_name": "nimbus_inference", | ||
"project_description": "A model for classification of cells into marker positive / negative", | ||
"author_full_name": "Lorenz Rumberger", | ||
"author_email": "[email protected]", | ||
"github_user": "angelolab", | ||
"project_repo": "https://github.com/angelolab/Nimbus-Inference", | ||
"license": "MIT License", | ||
"_copy_without_render": [ | ||
".github/workflows/**.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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters