Skip to content
Snippets Groups Projects
Commit 600e2371 authored by Loraine Guéguen's avatar Loraine Guéguen Committed by Loraine Gueguen
Browse files

debug get picture

parent 03f7868a
No related branches found
No related tags found
1 merge request!28WIP: Fix empty strain sex
...@@ -431,9 +431,9 @@ if __name__ == "__main__": ...@@ -431,9 +431,9 @@ if __name__ == "__main__":
deploy_stack_for_current_organism.make_compose_files() deploy_stack_for_current_organism.make_compose_files()
logging.info("Successfully generated the docker-compose files for %s %s", deploy_stack_for_current_organism.genus, deploy_stack_for_current_organism.species) logging.info("Successfully generated the docker-compose files for %s %s", deploy_stack_for_current_organism.genus, deploy_stack_for_current_organism.species)
# logging.info("Deploying stacks") logging.info("Deploying stacks")
# if args.force_traefik: if args.force_traefik:
# deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=True) deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=True)
# else: else:
# deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=False) deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=False)
# logging.info("All stacks deployed for organisms in input file %s" % args.input) logging.info("All stacks deployed for organisms in input file %s" % args.input)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment