Skip to content

How to run on a cluster without workload manager #80

Discussion options

You must be logged in to vote

Hey Sam,

Good question. If you look at the metaGEM.sh script, specifically in line 358, you will see that only 1 job will be submitted at a time when running metaGEM with the --local flag:

metaGEM/metaGEM.sh

Lines 338 to 364 in a125bb7

# Submit local function, similar to submitLogin() but can handle wildcard expanded rules for non-cluster usage
submitLocal() {
# Parse Snakefile rule all (line 22 of Snakefile) input to match output of desired target rule stored in "$string". Note: Hardcoded line number.
echo "Parsing Snakefile to target rule: $task ... "
sed -i "22s~^.*$~ $string~" Snakefile
checkParams
snakeConfig
echo "Un…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by franciscozorrilla
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #44 on September 15, 2021 10:46.