Skip to content

Commit a5557af

Browse files
committed
test: Add gpu tags to parabricks
1 parent d134e78 commit a5557af

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

modules/nf-core/parabricks/applybqsr/tests/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ nextflow_process {
88
tag "modules_nfcore"
99
tag "parabricks"
1010
tag "parabricks/applybqsr"
11+
tag "gpu"
1112

1213
test("sarscov2 - bam - pe") {
1314

@@ -210,4 +211,4 @@ nextflow_process {
210211

211212
}
212213

213-
}
214+
}

modules/nf-core/parabricks/fq2bam/tests/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nextflow_process {
1010
tag "parabricks/fq2bam"
1111
tag "modules_nfcore"
1212
tag "parabricks"
13+
tag "gpu"
1314

1415
setup {
1516
run("BWA_INDEX") {
@@ -171,4 +172,4 @@ nextflow_process {
171172

172173
}
173174

174-
}
175+
}

modules/nf-core/parabricks/fq2bammeth/tests/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nextflow_process {
1010
tag "parabricks"
1111
tag "parabricks/fq2bammeth"
1212
tag "modules_nfcore"
13+
tag "gpu"
1314

1415
setup {
1516
run("BWAMETH_INDEX") {
@@ -119,4 +120,4 @@ nextflow_process {
119120
)
120121
}
121122
}
122-
}
123+
}

0 commit comments

Comments
 (0)