Skip to content

Commit

Permalink
touch cpu and gpu test for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Dec 2, 2024
1 parent 67c8708 commit d6917c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
4 changes: 2 additions & 2 deletions tests/bismark_hisat.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ nextflow_pipeline {
test("Params: bismark_hisat") {
when {
params {
aligner = "bismark_hisat"
outdir = "$outputDir"
aligner = "bismark_hisat"
outdir = "$outputDir"
}
}

Expand Down
20 changes: 0 additions & 20 deletions tests/bwameth_use_gpu.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,4 @@ nextflow_pipeline {
}
}

test("Params: bwameth | use_gpu |with bwameth-index") {
when {
params {
aligner = "bwameth"
bwameth_index = "https://github.com/nf-core/test-datasets/raw/methylseq/reference/Bwameth_Index.tar.gz"
outdir = "$outputDir"
}
}

then {
assertAll(
{ assert workflow.success },
{ assert snapshot(
// Number of tasks
workflow.trace.succeeded().size()
).match() }
)
}
}

}
10 changes: 0 additions & 10 deletions tests/bwameth_use_gpu.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"Params: bwameth | use_gpu |with bwameth-index": {
"content": [
47
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.0"
},
"timestamp": "2024-12-02T11:56:58.163433"
},
"Params: bwameth | use_gpu": {
"content": [
36,
Expand Down

0 comments on commit d6917c3

Please sign in to comment.