We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67704b4 + e8d2abb commit 2021623Copy full SHA for 2021623
1 file changed
modules/local/run_alphafold2_pred.nf
@@ -3,7 +3,7 @@
3
*/
4
process RUN_ALPHAFOLD2_PRED {
5
tag "$meta.id"
6
- label 'process_medium'
+ label 'process_medium', 'gpu_compute'
7
8
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
9
'docker://nfcore/proteinfold_alphafold2_split:1.0.0' :
0 commit comments