Skip to content

Commit

Permalink
fix the spaces number
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Yu committed May 24, 2024
1 parent bedf79b commit a1b4492
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions conf/biowulf.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ env {


process {
executor = 'slurm'
maxRetries = 1
queue = 'norm'
queueSize = 200
pollInterval = '2 min'
queueStatInterval = '5 min'
submitRateLimit = '6/1min'
retry.maxAttempts = 1
clusterOptions = ' --gres=lscratch:200 '
scratch = '/lscratch/$SLURM_JOB_ID'
stageInMode = 'symlink'
stageOutMode = 'rsync'
// for running pipeline on group sharing data directory, this can avoid inconsistent files timestamps
cache = 'lenient'
executor = 'slurm'
maxRetries = 1
queue = 'norm'
queueSize = 200
pollInterval = '2 min'
queueStatInterval = '5 min'
submitRateLimit = '6/1min'
retry.maxAttempts = 1

clusterOptions = ' --gres=lscratch:200 '
scratch = '/lscratch/$SLURM_JOB_ID'
stageInMode = 'symlink'
stageOutMode = 'rsync'
// for running pipeline on group sharing data directory, this can avoid inconsistent files timestamps
cache = 'lenient'
}


Expand Down

0 comments on commit a1b4492

Please sign in to comment.