Release_2.0 next
Compare changes
Files
11- Loraine Gueguen authored
Move constants to file constants.py. Change config root to dict and update parse_config(). Change some config parameters name (galaxy_persist_data, tripal_banner_path, jbrowse_menu_url), update example config file and compose templates. Remove apollo config variables (webapollo_user, webapollo_password) in config file and in gspecies compose template, because apollo service not deployed here. Factorize parse_input() et parse_config(). Update description of scripts in main. Set default config file in scripts. Remove useless variable datasets_to_get in gga_get_data.py. Update README.md.
+ 22
− 25
# This is the configuration template file used by the gga_init.py, gga_load_data.py and run_workflow.py scripts
# "all" section contains variables used by several services at once or the paths to import sensitive files
authelia_config_path: /path/to/authelia_config.yml # Required for Authelia. Path to the Authelia configuration file
authelia_secrets_env_path: /path/to/authelia/secrets.env # Required for Authelia. Path to the env file containing passwords and secrets needed for Authelia
galaxy_config_remote_user_maildomain: mydomain.com # Required. The maildomain used by Galaxy authentication
persist_galaxy_data: "True" # Optional (default: True). If False, docker data will NOT be persisted on your host's file system and will be lost any time the galaxy container is recreated. Do not set this variable to "False" for production
tripal_password: tripalpass # Required. Tripal database password (also used by galaxy as an environment variable)
tripal_theme_git_clone: http://gitlab.sb-roscoff.fr/abims/e-infra/tripal_gga.git # Optional. Use this to install another theme.
menu_url: "http://localhost:8888/" # Optional. Used with run_workflow_phaeoexplorer.py: if present, this variable is used to define JBrowse menu_url (to define the template url for the JBrowse feature's link to Tripal), if absent, will use default "https://hostname"
\ No newline at end of file
\ No newline at end of file