Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GeVarLi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TRANSVIHMI
nfernandez
GeVarLi
Commits
8a90e7d2
Commit
8a90e7d2
authored
1 year ago
by
nicolas.fernandez_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
Release v.2023.06
parent
cd590127
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Start_GeVarLi.sh
+15
-15
15 additions, 15 deletions
Start_GeVarLi.sh
with
15 additions
and
15 deletions
Start_GeVarLi.sh
+
15
−
15
View file @
8a90e7d2
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment