-
Notifications
You must be signed in to change notification settings - Fork 8
/
sgn_local.conf
103 lines (75 loc) · 2.65 KB
/
sgn_local.conf
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
dbhost breedbase_db
dbname breedbase
dbuser web_usr
dbpass postgres
rootpath /home/production/cxgn
basepath /home/production/cxgn/sgn
homepage_files_dir /home/production/volume/public/static_content
trial_download_logfile /home/production/volume/logs/download_log
disable_login 0
www_user www-data
www_group www-data
error_log /var/log/sgn/error.log
access_log /var/log/sgn/access.log
python_executable python3
preferred_species Manihot esculenta
production_server 0
image_dir /images/image_files_test
image_path /home/production/volume/public/images/image_files_test
cluster_shared_tempdir /home/production/volume/tmp
tempfiles_base /home/production/volume/tmp/breedbase-site
static_datasets_path /home/production/volume/public
static_content_url /static_content
static_content_path /home/production/volume/public/static_content
main_production_site_url https://breedbase.org
# github token for contact form
github_access_token 96d462a40bc3504f4768559e752f7eec16ff2bc1
#Homepage controller customization
homepage_display_phenotype_uploads 0
# jbrowse path
jbrowse_path /jbrowse_cassavabase/?data=data/json
#path for archving uploaded files
archive_path /home/production/volume/archive/
default_genotyping_protocol "GBS ApeKI Cassava genome v6_Oct2015"
#default_genotyping_protocol "GBS ApeKI Cassava genome v5"
identifier_prefix BB
project_name "breeDBase"
cview_db_backend Cassava
# slurm config
backend Slurm
cluster_host ""
cache_file_path /home/production/volume/cache
solgs_dir /home/production/volume/tmp/solgs/__USERNAME__
trait_ontology_db_name CO_334
#For display on onto tree
onto_root_namespaces CO_334 (Cassava Trait Ontology), GO (Gene Ontology), PO (Plant Ontology), SO (Sequence Ontology), PATO (Phenotype and Trait Ontology)
<Controller::Cview>
cview_default_map_id 1
</Controller::Cview>
r_qtl_temp_path /export/prod/tmp/solqtl___USERNAME__
submit_dir /home/production/volume/public/submit-uploads
blast_path ""
blast_db_path /home/production/volume/blast/databases/current
# path to our production_ftp site
#
ftpsite_root /home/production/volume/public
<View::Mason>
# add_comp_root /home/production/cxgn/cassava/mason
</View::Mason>
<DatabaseConnection sgn_test>
dsn dbi:Pg:host=localhost;dbname=cxgn
user postgres
password postgres
search_path public
search_path sgn
search_path annotation
search_path genomic
search_path insitu
search_path metadata
search_path pheno_population
search_path phenome
search_path physical
search_path tomato_gff
search_path biosource
search_path gem
</DatabaseConnection>