Skip to content
Snippets Groups Projects
Commit 197b901a authored by aucomte's avatar aucomte
Browse files

container directory rename

parent 756431fc
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ def install_local(bash_completion):
# rm previous install (ie @julie cluster then local)
clean_home()
# add path to download
RNAJA_PATH.joinpath("envs").mkdir(exist_ok=True, parents=True)
RNAJA_PATH.joinpath("containers").mkdir(exist_ok=True, parents=True)
try:
check_and_download_singularity()
# export to add bash completion
......
......@@ -17,6 +17,6 @@
module load system/python/3.7.2
module load system/singularity/3.6.0
module load system/Miniconda3/1.0
#module load system/Miniconda3/1.0
RNAja run_local -c ${CONFIG} -t 20
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