forked from Sage-Bionetworks/data_curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schematic_config.yml
48 lines (43 loc) · 1.29 KB
/
schematic_config.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Do not change the 'definitions' section unless you know what you're doing
schematic:
branch: 'empty'
sha: 'empty'
release_version: 'empty'
definitions:
synapse_config: '.synapseConfig'
creds_path: 'credentials.json'
token_pickle: 'token.pickle'
service_acct_creds: 'schematic_service_account_creds.json'
synapse:
master_fileview: 'syn20446927'
manifest_folder: 'manifests'
manifest_basename: 'synapse_storage_manifest'
token_creds: 'syn23643259'
service_acct_creds: 'syn25171627'
manifest:
# if making many manifests, just include name prefix
title: 'example'
# to make all manifests enter only 'all manifests'
data_type:
- 'Biospecimen'
- 'Patient'
model:
input:
# Uncomment line below for staging
download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/main/HTAN.model.jsonld'
# Update line below for prod
#download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/v23.8.1/HTAN.model.jsonld'
location: 'data-models/HTAN.model.jsonld'
file_type: 'local'
style:
google_manifest:
req_bg_color:
red: 0.9215
green: 0.9725
blue: 0.9803
opt_bg_color:
red: 1.0
green: 1.0
blue: 0.9019
master_template_id: '1LYS5qE4nV9jzcYw5sXwCza25slDfRA1CIg3cs-hCdpU'
strict_validation: true