Skip to content
Snippets Groups Projects
Commit 756431fc authored by aucomte's avatar aucomte
Browse files

container directory rename

parent e1bde7af
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ def install_local(bash_completion): ...@@ -91,7 +91,7 @@ def install_local(bash_completion):
# rm previous install (ie @julie cluster then local) # rm previous install (ie @julie cluster then local)
clean_home() clean_home()
# add path to download # add path to download
RNAJA_PATH.joinpath("containers").mkdir(exist_ok=True, parents=True) RNAJA_PATH.joinpath("envs").mkdir(exist_ok=True, parents=True)
try: try:
check_and_download_singularity() check_and_download_singularity()
# export to add bash completion # export to add bash completion
......
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