-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cookiecutterrc
33 lines (31 loc) · 1.45 KB
/
.cookiecutterrc
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
30
31
32
33
# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
# pip install cookiepatcher
# cookiepatcher gh:itisfoundation/cookiecutter-osparc-service project-path
#
# See:
# https://pypi.python.org/pypi/cookiepatcher
#
# Alternatively, you can run:
#
# cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:itisfoundation/cookiecutter-osparc-service
#
default_context:
_checkout: None
_output_dir: '/Users/msamdars/Code/Personal/2024-team-7/services'
_repo_dir: '/Users/msamdars/.cookiecutters/cookiecutter-osparc-cli-service'
_template: 'gh:ITISFoundation/cookiecutter-osparc-cli-service'
author_affiliation: 'Stanford University School of Medicine, Division of Cardiovascular Medicine'
author_email: '[email protected]'
author_name: 'Mihir Samdarshi'
contact_email: '[email protected]'
git_repo: 'github'
project_name: 'Osparc Differential Expression'
project_short_description: 'Easily generate differential expression results from OSparc data'
project_slug: 'osparc_dex_service'
release_date: '2024'
version: '0.1.0'