Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/pipeline/deepmodeloptim/crg.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ profiles {
singularity {
enabled = true
envWhitelist = "CUDA_VISIBLE_DEVICES,NVIDIA_VISIBLE_DEVICES"
if (params.use_gpu) { singularity.runOptions = '--nv' }
runOptions = params.get('use_gpu', false) ? '--nv' : ''
Comment thread
maxulysse marked this conversation as resolved.
Outdated
pullTimeout = "60m"
}
}
Expand Down
2 changes: 1 addition & 1 deletion conf/pipeline/multiplesequencealign/crg.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ profiles {
singularity {
enabled = true
envWhitelist = "CUDA_VISIBLE_DEVICES,NVIDIA_VISIBLE_DEVICES"
if (params.use_gpu) { singularity.runOptions = '--nv' }
runOptions = params.get('use_gpu', false) ? '--nv' : ''
Comment thread
maxulysse marked this conversation as resolved.
Outdated
pullTimeout = "60m"
}
}
Expand Down
Loading