Merge pull request #2802 from solgenomics/topic/cross_progenies
[sgn.git] / sgn.conf
blobe2044fcbc19bbf4e2b904610dfbdc09bc3124bda
2 #### most commonly altered config variables ####
4 #is this a production server?
5 production_server         0
7 #default database connection info
8 dbhost   db.sgn.cornell.edu
9 dbname   cxgn-test
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
18 composable_cvs trait,object,tod,toy,unit,method
19 composable_cvs_allowed_combinations Agronomic|trait+toy,Metabolic|trait+object+tod+toy+unit+method
20 composable_cvterm_delimiter |
21 composable_cvterm_format concise
22 composable_tod_root_cvterm "time of day|TIME:0000001"
23 composable_toy_root_cvterm "time of year|TIME:0000005"
24 composable_gen_root_cvterm "generation|TIME:0000072"
25 composable_evt_root_cvterm "event|TIME:0000477"
26 allow_observation_variable_submission_interface 0
27 trait_ontology_db_name SP
28 # For displaying ontologies in Ontology Browser
29 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)
31 project_name SGN
33 disable_login 0
34 default_login_janedoe 0
36 # Cluster backend
37 backend Slurm
39 # the species that should be preselected in a list of species
41 preferred_species
43 # who is the web server user for chowning and emailing.  need to set
44 # these manually under Apache mod_perl for example, because the server
45 # runs under a different user than when it starts.
46 www_user                 __USERNAME__
47 www_group                __GROUPNAME__
49 # when true, server removes its tempfiles when the app is started
50 clear_tempfiles_on_restart  1
52 solqtl /export/prod/tmp/solqtl/__USERNAME__
53 ##### other config variables #####
55 dbsearchpath   sgn
56 dbsearchpath   public
57 dbsearchpath   annotation
58 dbsearchpath   genomic
59 dbsearchpath   insitu
60 dbsearchpath   metadata
61 dbsearchpath   pheno_population
62 dbsearchpath   phenome
63 dbsearchpath   physical
64 dbsearchpath   tomato_gff
65 dbsearchpath   biosource
66 dbsearchpath   gem
67 dbsearchpath   sgn_people
69 <DatabaseConnection sgn_test>
70         #password   set_this_please
71         dsn   dbi:Pg:host=localhost;dbname=cxgn
72         user   postgres
73         search_path   public
74         search_path   sgn
75         search_path   annotation
76         search_path   genomic
77         search_path   insitu
78         search_path   metadata
79         search_path   pheno_population
80         search_path   phenome
81         search_path   physical
82         search_path   tomato_gff
83         search_path   biosource
84         search_path   gem
85         search_path   sgn_people
86 </DatabaseConnection>
88 ### Cview configuration parameters
89 <Controller::Cview>
90         cview_default_map_id 9
91 </Controller::Cview>
93 ##Github access token used for contact form posting of issues
94 github_access_token NULL
96 ## captcha keys for the production site
97 #captcha_private_key  6Lc__9YSAAAAANcTczARhRnZRkKmzWjnhipyqI6f
98 #captcha_public_key   6Lc__9YSAAAAAH2ODL2FlR8jKa2Ms9i9d_0ziBWr
100 ### backcompat variables for the various static content types
101 # relative URL and absolute path for static datasets
102 static_datasets_url       /data
103 static_datasets_path      /export/prod/public
105 # relative URL and absoluate path for static site content
106 static_content_url        /static_content
107 static_content_path       /export/prod/public/sgn_static_content
108 homepage_files_dir        /export/prod/public/sgn_static_content/homepage
110 # this needs to be here rather than in the CGI controller itself to
111 # work around a bug in all but the most recent
112 # Catalyst::Controller::CGIBin
113 <Controller::CGI>
114     cgi_dir   __path_to(cgi-bin)__
115 </Controller::CGI>
117 <Controller::Genomes::Tomato>
118    bac_publish_subdir tomato_genome/bacs
119 </Controller::Genomes::Tomato>
121 <Plugin::SmartURI>
122                disposition host-header   # application-wide
123                uri_class   URI::SmartURI # by default
124 </Plugin::SmartURI>
127 <View::Email::ErrorEmail>
128     <default>
129         content_type  text/plain
130         to            sgn-bugs@solgenomics.net
131         from          sgn-bugs@solgenomics.net
132         charset       utf-8
133     </default>
134     dump_skip_class   Catalyst Catalyst::Stats DBIx::Class::Schema DBIx::Class::ResultSet  DBIx::Class::Row  HTML::Mason::Interp
135 </View::Email::ErrorEmail>
137 # should we send emails, if we are a production server? this can be
138 # used to turn off emails if we are being bombarded.
139 admin_email              sgn-feedback@solgenomics.net
140 feedback_email           sgn-feedback@solgenomics.net
141 bugs_email               sgn-bugs@solgenomics.net
142 email                    sgn-feedback@solgenomics.net
143 contact_form_email       contactform@solgenomics.net
144 tokn_email               scp78@cornell.edu
145 disable_emails           0
147 # External SMTP Server to send emails
148 smtp_server
149 smtp_layer  ssl
150 smtp_auth   AUTO
151 smtp_port
152 smtp_login
153 smtp_pass
154 smtp_from
156 # URL of the canonical, main production site
157 main_production_site_url  http://solgenomics.net
159 #is there a system message text file somewhere we should be displaying?
160 system_message_file       __HOME__/system_message.txt
161 # defaults to /tmp/<user>/SGN-site
162 #tempfiles_base
165 tempfiles_base            ""
168 # where to run cluster jobs - nothing means "batch" queue
169 #web_cluster_queue
172 # where to run cluster jobs
173 web_cluster_queue        batch
176 #is this a mirror of SGN, or the real thing?
177 is_mirror                 0
179 # how to find cosii_files for markerinfo.pl
180 cosii_files               /export/cosii2
182 # log files, ABSOLUTE PATHS
183 error_log                 /var/log/sgn-site/error.log
184 access_log                /var/log/sgn-site/access.log
185 rewrite_log               /var/log/sgn-site/rewrite.log
186 blast_log                 /export/prod/tmp/blast/blast.log
188 # paths to stuff
189 hmmsearch_location        hmmsearch
190 intron_finder_database    /export/prod/public/intron_finder_database
192 trace_path                /export/prod/public/chromatograms
193 image_dir                 /images/image_files
194 image_path                /export/prod/public/images
195 tempfiles_subdir          /static/documents/tempfiles
196 submit_dir                /data/shared/submit-uploads
197 programs_subdir           /programs
198 documents_subdir          /documents
199 conf_subdir               /conf
200 support_data_subdir       /support_data
202 #stock tempfiles (for downloading phenotype and genotype raw data)
203 stock_tempfiles           /static/documents/tempfiles/stock
205 #currently our cookies encrypt stuff, so this is just a random string to use to do that
206 cookie_encryption_key     bo9yie2JeeVee6ouAhch9aomeesieJ3iShae8aa8
208 # where the genefamily info is stored
209 genefamily_dir            /export/prod/private/genomes/genefamily/
213 # stock properties that should be displayed and allowed to be edited in the "additional information" section
214 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
217 ## Cross properties that should be displayed and allowed to be added to crosses on cross detail page.
218 ## Cross properties for cassavabase
219 cross_properties Tag Number,Pollination Date,Number of Bags,Number of Flowers,Number of Fruits,Number of Seeds
221 ##Cross properties for yambase
222 ##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
224 ##Cross properties for musabase
225 ##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
227 <feature SGN::Feature::FeaturePages>
228     enabled      1
229 </feature>
230 <feature SGN::Feature::LocusPages>
231     enabled      1
232 </feature>
234 # default GBrowse2 configuration, for a Debian gbrowse2 installation
235 <feature SGN::Feature::GBrowse2>
236     enabled      1
237     perl_inc     /usr/local/share/website/gbrowse/lib/perl5
238     tmp_dir      /usr/local/share/website/tmp/gbrowse
239     cgi_url      /gbrowse/bin
240     static_url   /gbrowse/static
241     run_mode     fastcgi
242     cgi_bin      /usr/lib/cgi-bin/gbrowse
243     static_dir   /usr/local/share/website/gbrowse/htdocs
244 </feature>
246 # default ITAG config
247 <feature SGN::Feature::ITAG>
248     enabled         1
249     pipeline_base   /export/shared/tomato_genome/itagpipeline/itag
250     releases_base   /export/prod/private/genomes/solanum_lycopersicum/annotation
251 </feature>
253 cview_db_backend    cxgn
255 #how to find blast stuff
256 blast_path                ""
257 blast_db_path             /export/prod/blast/databases/current
258 preselected_blastdb       224
259 jbrowse_path              /jbrowse_solgenomics/?data=data/json
262 #bin directory used by cluster nodes
263 cluster_shared_bindir /export/prod/bin
265 #the shared temp directory used by cluster nodes
266 cluster_shared_tempdir    /export/prod/tmp
267 gbs_temp_data  /export/prod/public
269 cluster_host localhost
272 #how verbose we want the warnings to be in the apache error log
273 verbose_warnings          1
275 # Insitu file locations
276 insitu_fullsize_dir       /export/prod/public/images/insitu/processed
277 insitu_fullsize_url       /export/images/insitu/processed
278 insitu_display_dir        /export/prod/public/images/insitu/display
279 insitu_display_url        /export/images/insitu/display
280 insitu_input_dir          /export/prod/public/images/insitu/incoming
282 #path to our production_ftp site
283 ftpsite_root              /export/prod/public
284 ftpsite_url               ftp://ftp.solgenomics.net
285 #path to the pucebaboon temperature sensor file:
286 pucebaboon_file        /export/prod/public/digitemp.out
288 #path for archving uploaded files
289 archive_path     /export/prod/sgn_archive
291 #path for Cache::File system. used by CXGN::Dataset::Cache
292 cache_file_path /export/prod/sgn_cache
294 #site overall identifier prefix used for site specific data
295 #such as stocks, unignes (yet to be implemented) and other datatypes
296 #for example, uploading barcode phenotyping data will not work without this key (see L<CXGN::Stock::StockBarcode> )
297 identifier_prefix   SGN
299 #default genotyping protocol to use:
300 default_genotyping_protocol undefined(set this in sgn_local.conf)
302 genotyping_server_host NULL
303 genotyping_server_username NULL
304 genotyping_server_password NULL
305 genotyping_server_token NULL
307 #HIDAP Shiny Server Support
308 hidap_enabled    0
310 #BrAPI params
311 supportedCrop    Cassava
312 brapi_require_login 0
314 #Expression Atlas Connection
315 has_expression_atlas    0
316 expression_atlas_url    0
318 #Homepage controller customization
319 homepage_display_phenotype_uploads 0
321 #ODK Services
322 odk_crossing_data_service_name NULL
323 odk_crossing_data_service_url https://ona.io
324 odk_crossing_data_service_username ONAUSER
325 odk_crossing_data_service_password ONAPASS
326 odk_crossing_data_test_form_name NULL
327 odk_crossing_data_separate_wishlist_by_location 0
328 odk_phenotyping_data_service_name NULL
329 odk_phenotyping_data_service_url https://bio.smap.com.au
330 odk_phenotyping_data_service_username SMAPUSER
331 odk_phenotyping_data_service_password SMAPPASS
332 crontab_file NULL
333 crontab_log_filepath NULL