-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copier-answers.yml
30 lines (30 loc) · 1016 Bytes
/
.copier-answers.yml
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
# DO NOT MODIFY THIS FILE MANUALLY.
# This file contains the answers to the questions asked by the
# v6-algorithm-template-creator (using the Copier package). The answers will
# be updated if you re-run the template creator. Also, the answers in this file
# may be used to submit your algorithm to a vantage6 algorithm store.
_commit: 4.3.4
_src_path: gh:vantage6/v6-algorithm-template.git
advanced: true
algorithm_description: Boilerplate code example after creating algorithm
algorithm_name: workshop-average-boilerplate
author: J. Doe
central_args:
- column
central_function_client: true
central_function_data: false
central_function_name: central_function
copyright: IKNL, 2024
has_central_function: true
has_docs: true
has_gh_pipeline: false
has_partial_function: true
open_source_license: mit
partial_args:
- column
partial_function_client: false
partial_function_data: true
partial_function_name: partial_function
partial_function_number_databases: 1
project_name: workshop-average-boilerplate
use_vpn: false