Skip to content

Instantly share code, notes, and snippets.

@bellerbrock
Created October 16, 2019 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellerbrock/9a7024cf89e07996d262b53307e515c3 to your computer and use it in GitHub Desktop.
Save bellerbrock/9a7024cf89e07996d262b53307e515c3 to your computer and use it in GitHub Desktop.
Default example of sgn_local.conf
dbhost breedbase-db
dbname breedbase
dbuser postgres
dbpass postgres
rootpath /home/production/cxgn
basepath /home/production/cxgn/sgn
composable_cvs trait,toy
composable_cvs_allowed_combinations Time Series|trait+toy
homepage_files_dir /home/production/public/static_content
trial_download_logfile /home/production/logs/cassava_trial_download_log
disable_login 0
www_user www-data
www_group www-data
preferred_species Manihot esculenta
production_server 0
image_dir /images/image_files_test
image_path /home/production/public/images/image_files_test
cluster_shared_tempdir /home/production/tmp
tempfiles_base /home/production/tmp/breedbase-site
static_datasets_path /home/production/public
static_content_url /static_content
static_content_path /home/production/public/static_content
main_production_site_url https://breedbase.org
gobii_base_url http://3.15.189.111:8081/gobii-dev
# 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/archive/breedbase/
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
backend Slurm
solgs_dir /home/production/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)
#For display on trait search
trait_variable_onto_root_namespaces CO_334 (Cassava Ontology), COMP (Composed Variables)
<Controller::Cview>
cview_default_map_id 1
</Controller::Cview>
r_qtl_temp_path /export/prod/tmp/solqtl___USERNAME__
image_path /home/production/public/images
submit_dir /home/production/public/submit-uploads
blast_path ""
blast_db_path /home/production/blast/databases/current
# path to our production_ftp site
#
ftpsite_root /home/production/public
<View::Mason>
# add_comp_root /home/production/cxgn/solgenomics/mason
</View::Mason>
<DatabaseConnection sgn_test>
dsn dbi:Pg:host=localhost;dbname=cxgn
user postgres
password <your postgres user password>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment