Skip to content

Commit

Permalink
add proccess label to base.config
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Trummer <nictru32@gmail.com>
  • Loading branch information
mashehu and nictru authored Nov 13, 2024
1 parent 23f6951 commit 4c88397
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nf_core/pipeline-template/conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ process {
errorStrategy = 'retry'
maxRetries = 2
}
withLabel: process_gpu {
ext.use_gpu = {workflow.profile.contains('gpu')}
}
}

0 comments on commit 4c88397

Please sign in to comment.