-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.copier-answers.yml
More file actions
29 lines (28 loc) · 1.03 KB
/
.copier-answers.yml
File metadata and controls
29 lines (28 loc) · 1.03 KB
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
# 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.2.0
_src_path: gh:vantage6/v6-algorithm-template.git
advanced: false
algorithm_description: This vantage6 algorithm sends a basic SQL query to an OMOP
database at the node(s). This algorithm can be used to test the infrastructure
of your v6 network after setting up an OMOP database.
algorithm_name: v6-basic-omop-queries
central_args:
- arg1
central_function_client: true
central_function_data: true
central_function_name: central
central_function_number_databases: 1
has_central_function: true
has_partial_function: true
open_source_license: mit
partial_args:
- arg1
partial_function_client: true
partial_function_data: true
partial_function_name: partial
partial_function_number_databases: 1
use_vpn: false