Skip to content
Snippets Groups Projects
Commit 0e3da3a0 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

Keep create_mounts

parent d25ec3c6
No related branches found
No related tags found
2 merge requests!9Release 2.0 (merge dev to master),!6Todo release 1.1
...@@ -134,7 +134,7 @@ class DeploySpeciesStack(speciesData.SpeciesData): ...@@ -134,7 +134,7 @@ class DeploySpeciesStack(speciesData.SpeciesData):
galaxy_nginx_conf_file.write(galaxy_nginx_conf_output) galaxy_nginx_conf_file.write(galaxy_nginx_conf_output)
# Create the volumes (directory) of the species docker-compose file # 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 # Return to main directory
os.chdir(self.main_dir) os.chdir(self.main_dir)
......
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