Skip to content

Commit

Permalink
test: Add gpu tags to parabricks
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 18, 2024
1 parent d134e78 commit a5557af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/nf-core/parabricks/applybqsr/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nextflow_process {
tag "modules_nfcore"
tag "parabricks"
tag "parabricks/applybqsr"
tag "gpu"

test("sarscov2 - bam - pe") {

Expand Down Expand Up @@ -210,4 +211,4 @@ nextflow_process {

}

}
}
3 changes: 2 additions & 1 deletion modules/nf-core/parabricks/fq2bam/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nextflow_process {
tag "parabricks/fq2bam"
tag "modules_nfcore"
tag "parabricks"
tag "gpu"

setup {
run("BWA_INDEX") {
Expand Down Expand Up @@ -171,4 +172,4 @@ nextflow_process {

}

}
}
3 changes: 2 additions & 1 deletion modules/nf-core/parabricks/fq2bammeth/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nextflow_process {
tag "parabricks"
tag "parabricks/fq2bammeth"
tag "modules_nfcore"
tag "gpu"

setup {
run("BWAMETH_INDEX") {
Expand Down Expand Up @@ -119,4 +120,4 @@ nextflow_process {
)
}
}
}
}

0 comments on commit a5557af

Please sign in to comment.