Merge pull request #3030 from solgenomics/topic/drone_imagery_pipeline
[sgn.git] / sgn.conf
blob868597dee59d2609df7bf901e0f3f757117c5036
2 #### most commonly altered config variables ####
4 #is this a production server?
5 production_server         0
7 #default database connection info
8 dbhost   localhost
9 dbname   fixture
10 dbuser   web_usr
11 #dbpass   set_this_here
13 rootpath /home/vagrant/cxgn
14 basepath /home/vagrant/cxgn/sgn
16 python_executable /home/vagrant/.virtualenvs/cv/bin/python3.5
17 python_executable_maskrcnn_env /home/vagrant/.virtualenvs/cv/bin/python3.5
19 composable_cvs trait,object,tod,toy,unit,method
20 composable_cvs_allowed_combinations Agronomic|trait+toy,Metabolic|trait+object+tod+toy+unit+method
21 composable_cvterm_delimiter |
22 composable_cvterm_format concise
23 composable_tod_root_cvterm "time of day|TIME:0000001"
24 composable_toy_root_cvterm "time of year|TIME:0000005"
25 composable_gen_root_cvterm "generation|TIME:0000072"
26 composable_evt_root_cvterm "event|TIME:0000477"
27 allow_observation_variable_submission_interface 0
28 trait_ontology_db_name SP
29 # For displaying ontologies in Ontology Browser
30 onto_root_namespaces  GO (Gene Ontology), PO (Plant Ontology), SO (Sequence Ontology), PATO (Phenotype and Trait Ontology), SP (Solanaceae Ontology), UO (Units), CASSTISS (Cass tissues)
32 project_name SGN
34 disable_login 0
35 default_login_janedoe 0
36 require_login 0
37 brapi_require_login 0
39 # Cluster backend
40 backend Slurm
42 # the species that should be preselected in a list of species
44 preferred_species
46 # who is the web server user for chowning and emailing.  need to set
47 # these manually under Apache mod_perl for example, because the server
48 # runs under a different user than when it starts.
49 www_user                 __USERNAME__
50 www_group                __GROUPNAME__
52 # when true, server removes its tempfiles when the app is started
53 clear_tempfiles_on_restart  1
55 solqtl /export/prod/tmp/solqtl/__USERNAME__
56 ##### other config variables #####
58 dbsearchpath   sgn
59 dbsearchpath   public
60 dbsearchpath   annotation
61 dbsearchpath   genomic
62 dbsearchpath   insitu
63 dbsearchpath   metadata
64 dbsearchpath   pheno_population
65 dbsearchpath   phenome
66 dbsearchpath   physical
67 dbsearchpath   tomato_gff
68 dbsearchpath   biosource
69 dbsearchpath   gem
70 dbsearchpath   sgn_people
72 <DatabaseConnection sgn_test>
73         #password   set_this_please
74         dsn   dbi:Pg:host=localhost;dbname=cxgn
75         user   postgres
76         search_path   public
77         search_path   sgn
78         search_path   annotation
79         search_path   genomic
80         search_path   insitu
81         search_path   metadata
82         search_path   pheno_population
83         search_path   phenome
84         search_path   physical
85         search_path   tomato_gff
86         search_path   biosource
87         search_path   gem
88         search_path   sgn_people
89 </DatabaseConnection>
91 ### Cview configuration parameters
92 <Controller::Cview>
93         cview_default_map_id 9
94 </Controller::Cview>
96 ##Github access token used for contact form posting of issues
97 github_access_token NULL
99 ##NOAA National Climatic Data Center Access token
100 noaa_ncdc_access_token NULL
102 ## captcha keys for the production site
103 #captcha_private_key  6Lc__9YSAAAAANcTczARhRnZRkKmzWjnhipyqI6f
104 #captcha_public_key   6Lc__9YSAAAAAH2ODL2FlR8jKa2Ms9i9d_0ziBWr
106 ### backcompat variables for the various static content types
107 # relative URL and absolute path for static datasets
108 static_datasets_url       /data
109 static_datasets_path      /export/prod/public
111 # relative URL and absoluate path for static site content
112 static_content_url        /static_content
113 static_content_path       /export/prod/public/sgn_static_content
114 homepage_files_dir        /export/prod/public/sgn_static_content/homepage
116 # this needs to be here rather than in the CGI controller itself to
117 # work around a bug in all but the most recent
118 # Catalyst::Controller::CGIBin
119 <Controller::CGI>
120     cgi_dir   __path_to(cgi-bin)__
121 </Controller::CGI>
123 <Controller::Genomes::Tomato>
124    bac_publish_subdir tomato_genome/bacs
125 </Controller::Genomes::Tomato>
127 <Plugin::SmartURI>
128                disposition host-header   # application-wide
129                uri_class   URI::SmartURI # by default
130 </Plugin::SmartURI>
133 <View::Email::ErrorEmail>
134     <default>
135         content_type  text/plain
136         to            sgn-bugs@solgenomics.net
137         from          sgn-bugs@solgenomics.net
138         charset       utf-8
139     </default>
140     dump_skip_class   Catalyst Catalyst::Stats DBIx::Class::Schema DBIx::Class::ResultSet  DBIx::Class::Row  HTML::Mason::Interp
141 </View::Email::ErrorEmail>
143 # should we send emails, if we are a production server? this can be
144 # used to turn off emails if we are being bombarded.
145 admin_email              sgn-feedback@solgenomics.net
146 feedback_email           sgn-feedback@solgenomics.net
147 bugs_email               sgn-bugs@solgenomics.net
148 email                    sgn-feedback@solgenomics.net
149 contact_form_email       contactform@solgenomics.net
150 tokn_email               scp78@cornell.edu
151 disable_emails           0
153 # External SMTP Server to send emails
154 smtp_server
155 smtp_layer  ssl
156 smtp_auth   AUTO
157 smtp_port
158 smtp_login
159 smtp_pass
160 smtp_from
162 # URL of the canonical, main production site
163 main_production_site_url  http://solgenomics.net
165 #is there a system message text file somewhere we should be displaying?
166 system_message_file       __HOME__/system_message.txt
167 # defaults to /tmp/<user>/SGN-site
168 #tempfiles_base
171 tempfiles_base            ""
174 # where to run cluster jobs - nothing means "batch" queue
175 #web_cluster_queue
178 # where to run cluster jobs
179 web_cluster_queue        batch
182 #is this a mirror of SGN, or the real thing?
183 is_mirror                 0
185 # how to find cosii_files for markerinfo.pl
186 cosii_files               /export/cosii2
188 # log files, ABSOLUTE PATHS
189 error_log                 /var/log/sgn-site/error.log
190 access_log                /var/log/sgn-site/access.log
191 rewrite_log               /var/log/sgn-site/rewrite.log
192 blast_log                 /export/prod/tmp/blast/blast.log
194 # paths to stuff
195 hmmsearch_location        hmmsearch
196 intron_finder_database    /export/prod/public/intron_finder_database
198 trace_path                /export/prod/public/chromatograms
199 image_dir                 /images/image_files
200 image_path                /export/prod/public/images
201 tempfiles_subdir          /static/documents/tempfiles
202 submit_dir                /data/shared/submit-uploads
203 programs_subdir           /programs
204 documents_subdir          /documents
205 conf_subdir               /conf
206 support_data_subdir       /support_data
208 #stock tempfiles (for downloading phenotype and genotype raw data)
209 stock_tempfiles           /static/documents/tempfiles/stock
211 #currently our cookies encrypt stuff, so this is just a random string to use to do that
212 cookie_encryption_key     bo9yie2JeeVee6ouAhch9aomeesieJ3iShae8aa8
214 # where the genefamily info is stored
215 genefamily_dir            /export/prod/private/genomes/genefamily/
219 # stock properties that should be displayed and allowed to be edited in the "additional information" section
220 editable_stock_props variety,donor,donor institute,donor PUI,country of origin,state,institute code,institute name,biological status of accession code,notes,accession number,PUI,seed source,type of germplasm storage code,acquisition date,organization,location_code,ploidy_level,genome_structure,ncbi_taxonomy_id,transgenic,introgression_parent,introgression_backcross_parent,introgression_map_version,introgression_chromosome,introgression_start_position_bp,introgression_end_position_bp
223 ## Cross properties that should be displayed and allowed to be added to crosses on cross detail page.
224 ## Cross properties for cassavabase
225 cross_properties Tag Number,Pollination Date,Number of Bags,Number of Flowers,Number of Fruits,Number of Seeds
227 ##Cross properties for yambase
228 ##cross_properties Number of Flowers,Pollination Date,Harvest Date,Number of Seeds Harvested,Days to Maturity,Seed Extraction Date,Number of Seeds Extracted,Number of Viable Seeds,Number of Nonviable Seeds, Days from Harvest to Extraction
230 ##Cross properties for musabase
231 ##cross_properties First Pollination Date,Repeat Pollination Date,Harvest Date,Seed Extraction Date,Number of Seeds Extracted,Embryo Rescue Good Seeds,Embryo Rescue Bad Seeds,Embryo Rescue Total Seeds,Embryo Rescue Date,Subculture Date,Subcultures Count,Subcultures Multiplication Number,Rooting Date,Rooting Plantlet,Germinating After 2 Weeks Date,Active Germinating After 2 Weeks,Germinating Afte 8 Weeks Date,Active Germinating After 8 Weeks,Screenhouse Transfer Date,Hardening Date
234 genotyping_facilities None,Cornell IGD,DArT,Intertek,BGI
238 management_factor_types Fertilizer,Fungicide,Irrigation,Drought,Herbicide,Weeding,Pruning,Hormone treatment,Light treatment
242 design_types Completely Randomized,Complete Block,Alpha Lattice,Lattice,Augmented,Modified Augmented Design,Nursery/Greenhouse,Split Plot,Partially Replicated,Westcott
245 <feature SGN::Feature::FeaturePages>
246     enabled      1
247 </feature>
248 <feature SGN::Feature::LocusPages>
249     enabled      1
250 </feature>
252 # default GBrowse2 configuration, for a Debian gbrowse2 installation
253 <feature SGN::Feature::GBrowse2>
254     enabled      1
255     perl_inc     /usr/local/share/website/gbrowse/lib/perl5
256     tmp_dir      /usr/local/share/website/tmp/gbrowse
257     cgi_url      /gbrowse/bin
258     static_url   /gbrowse/static
259     run_mode     fastcgi
260     cgi_bin      /usr/lib/cgi-bin/gbrowse
261     static_dir   /usr/local/share/website/gbrowse/htdocs
262 </feature>
264 # default ITAG config
265 <feature SGN::Feature::ITAG>
266     enabled         1
267     pipeline_base   /export/shared/tomato_genome/itagpipeline/itag
268     releases_base   /export/prod/private/genomes/solanum_lycopersicum/annotation
269 </feature>
271 cview_db_backend    cxgn
273 #how to find blast stuff
274 blast_path                ""
275 blast_db_path             /export/prod/blast/databases/current
276 preselected_blastdb       224
277 jbrowse_path              /jbrowse_solgenomics/?data=data/json
280 #bin directory used by cluster nodes
281 cluster_shared_bindir /export/prod/bin
283 #the shared temp directory used by cluster nodes
284 cluster_shared_tempdir    /export/prod/tmp
285 gbs_temp_data  /export/prod/public
287 cluster_host ""
290 #how verbose we want the warnings to be in the apache error log
291 verbose_warnings          1
293 # Insitu file locations
294 insitu_fullsize_dir       /export/prod/public/images/insitu/processed
295 insitu_fullsize_url       /export/images/insitu/processed
296 insitu_display_dir        /export/prod/public/images/insitu/display
297 insitu_display_url        /export/images/insitu/display
298 insitu_input_dir          /export/prod/public/images/insitu/incoming
300 #path to our production_ftp site
301 ftpsite_root              /export/prod/public
302 ftpsite_url               ftp://ftp.solgenomics.net
303 #path to the pucebaboon temperature sensor file:
304 pucebaboon_file        /export/prod/public/digitemp.out
306 #path for archving uploaded files
307 archive_path     /export/prod/sgn_archive
309 #path for Cache::File system. used by CXGN::Dataset::Cache
310 cache_file_path /export/prod/sgn_cache
312 #site overall identifier prefix used for site specific data
313 #such as stocks, unignes (yet to be implemented) and other datatypes
314 #for example, uploading barcode phenotyping data will not work without this key (see L<CXGN::Stock::StockBarcode> )
315 identifier_prefix   SGN
317 #default genotyping protocol to use:
318 default_genotyping_protocol undefined(set this in sgn_local.conf)
320 genotyping_server_host NULL
321 genotyping_server_username NULL
322 genotyping_server_password NULL
323 genotyping_server_token NULL
325 #HIDAP Shiny Server Support
326 hidap_enabled    0
328 #BrAPI params
329 supportedCrop    Cassava
330 brapi_require_login 0
332 #Expression Atlas Connection
333 has_expression_atlas    0
334 expression_atlas_url    0
336 #Homepage controller customization
337 homepage_display_phenotype_uploads 0
339 #ODK Services
340 odk_crossing_data_service_name NULL
341 odk_crossing_data_service_url https://ona.io
342 odk_crossing_data_service_username ONAUSER
343 odk_crossing_data_service_password ONAPASS
344 odk_crossing_data_test_form_name NULL
345 odk_crossing_data_separate_wishlist_by_location 0
346 odk_phenotyping_data_service_name NULL
347 odk_phenotyping_data_service_url https://bio.smap.com.au
348 odk_phenotyping_data_service_username SMAPUSER
349 odk_phenotyping_data_service_password SMAPPASS
350 crontab_file NULL
351 crontab_log_filepath NULL
353 #Authorized Clients for SSO
354 authorized_clients_JSON {"TEST://":"TEST","fieldbook://":"FieldBook App","https://apps.cipotato.org/hidap_sbase/":"HIDAP"}