Release_2.0 next
General
- Move constants to file
constants.py - Set default config file in scripts.
- Update description of scripts in main.
- Update README.md
Input config file
- 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.
Utilities.py
- Factorize
parse_input()etparse_config(). - Get input yml keys from constants (update
organisms.yml.j2and addcreate_org_param_dict_from_constants())
gspecies_compose.yml
- set
ENABLE_WIKIandENABLE_APOLLOto0in gspecies compose template - fix
ENABLE_BLASTvalue in gspecies compose template
gga_get_data.py
- Remove useless variable
datasets_to_get
gga_init.py
- replace
subprocess.call()withsubprocess.run(). Factorizerun_command()andrun_docker_stack_deploy() - fix banner copy
Edited by Loraine Gueguen