Skip to content

Commit 2021623

Browse files
authored
Merge pull request #3 from Australian-Structural-Biology-Computing/add-labels-to-gpu-processes
Add GPU Compute label
2 parents 67704b4 + e8d2abb commit 2021623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/run_alphafold2_pred.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
process RUN_ALPHAFOLD2_PRED {
55
tag "$meta.id"
6-
label 'process_medium'
6+
label 'process_medium', 'gpu_compute'
77

88
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
99
'docker://nfcore/proteinfold_alphafold2_split:1.0.0' :

0 commit comments

Comments
 (0)