Release_2.0 next
Compare changes
Files
2- Loraine Gueguen authored
replace call() with run(). Factorize run_command() and run_docker_stack_deploy(service, working_dir)
@@ -53,10 +53,10 @@ services:
constants.py
parse_config()
.galaxy_persist_data
, tripal_banner_path
, jbrowse_menu_url
), update example config file and compose templates.webapollo_user
, webapollo_password
) in config file and in gspecies compose template, because apollo service not deployed here.parse_input()
et parse_config()
.organisms.yml.j2
and add create_org_param_dict_from_constants()
)ENABLE_WIKI
and ENABLE_APOLLO
to 0
in gspecies compose templateENABLE_BLAST
value in gspecies compose templatedatasets_to_get
subprocess.call()
with subprocess.run()
. Factorize run_command()
and run_docker_stack_deploy()
replace call() with run(). Factorize run_command() and run_docker_stack_deploy(service, working_dir)