From 0e3da3a05374a30555b2f298ff6d1bb8dddf7b0e Mon Sep 17 00:00:00 2001 From: Loraine Gueguen <loraine.gueguen@sb-roscoff.fr> Date: Tue, 4 May 2021 12:00:11 +0200 Subject: [PATCH] Keep create_mounts --- gga_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gga_init.py b/gga_init.py index c386d54..660fff5 100755 --- a/gga_init.py +++ b/gga_init.py @@ -134,7 +134,7 @@ class DeploySpeciesStack(speciesData.SpeciesData): galaxy_nginx_conf_file.write(galaxy_nginx_conf_output) # Create the volumes (directory) of the species docker-compose file - #create_mounts(working_dir=".", main_dir=self.main_dir) + create_mounts(working_dir=".", main_dir=self.main_dir) # Return to main directory os.chdir(self.main_dir) -- GitLab