Skip to content
Snippets Groups Projects
Commit 8a90e7d2 authored by nicolas.fernandez_ird.fr's avatar nicolas.fernandez_ird.fr :shinto_shrine:
Browse files

Release v.2023.06

parent cd590127
No related branches found
No related tags found
No related merge requests found
...@@ -322,27 +322,27 @@ for snakefile in ${snakefiles_list} ; do ...@@ -322,27 +322,27 @@ for snakefile in ${snakefiles_list} ; do
--list-conda-envs ; --list-conda-envs ;
done done
echo -e " #echo -e "
${blue}## Conda Environments Cleanup ##${nc} #${blue}## Conda Environments Cleanup ##${nc}
${blue}-----------------------------${nc} #${blue}-----------------------------${nc}
" #"
# Specify working directory (relative paths in the snakefile will use this as their origin). # Specify working directory (relative paths in the snakefile will use this as their origin).
# The workflow definition in form of a snakefile. # The workflow definition in form of a snakefile.
# Use at most N CPU cores/jobs in parallel. If N is omitted or ‘all’, the limit is set to the number of available CPU cores. # Use at most N CPU cores/jobs in parallel. If N is omitted or ‘all’, the limit is set to the number of available CPU cores.
# Set or overwrite values in the workflow config object. # Set or overwrite values in the workflow config object.
# Re-run all jobs the output of which is recognized as incomplete. # Re-run all jobs the output of which is recognized as incomplete.
# Cleanup unused conda environments. # Cleanup unused conda environments.
#
for snakefile in ${snakefiles_list} ; do #for snakefile in ${snakefiles_list} ; do
echo -e "${blue}-- ${snakefile} --${nc}" ; # echo -e "${blue}-- ${snakefile} --${nc}" ;
snakemake \ # snakemake \
--directory ${workdir}/ \ # --directory ${workdir}/ \
--snakefile ${workdir}/workflow/snakefiles/${snakefile}.smk \ # --snakefile ${workdir}/workflow/snakefiles/${snakefile}.smk \
--cores ${max_threads} \ # --cores ${max_threads} \
--config os=${os} \ # --config os=${os} \
--rerun-incomplete \ # --rerun-incomplete \
--conda-cleanup-envs ; # --conda-cleanup-envs ;
done #done
echo -e " echo -e "
${blue}## Conda Environments Setup ##${nc} ${blue}## Conda Environments Setup ##${nc}
......
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