Skip to content

Commit

Permalink
update tbi test and snap
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed May 15, 2024
1 parent d7542a4 commit 2111eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/gatk4/applyvqsr/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nextflow_process {
{ assert process.success },
{ assert snapshot(process.out.versions).match("versions") },
{ assert path(process.out.vcf.get(0).get(1)).linesGzip.contains("##fileformat=VCFv4.2") },
{ assert snapshot(path(process.out.tbi[0][1]).linesGzip.size()).match("tbi") }
{ assert path(process.out.tbi.get(0).get(1)).linesGzip.toString().contains("TBI")}
)
}

Expand Down Expand Up @@ -67,7 +67,7 @@ nextflow_process {
{ assert process.success },
{ assert snapshot(process.out.versions).match("versions_allelspecific") },
{ assert path(process.out.vcf.get(0).get(1)).linesGzip.contains("##fileformat=VCFv4.2") },
{ assert snapshot(path(process.out.tbi[0][1]).linesGzip.size()).match("tbi_allelspecific") }
{ assert path(process.out.tbi.get(0).get(1)).linesGzip.toString().contains("TBI")}
)
}

Expand Down
20 changes: 0 additions & 20 deletions modules/nf-core/gatk4/applyvqsr/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"tbi_allelspecific": {
"content": [
20
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.0"
},
"timestamp": "2024-05-15T13:01:08.112484"
},
"versions": {
"content": [
[
Expand Down Expand Up @@ -70,16 +60,6 @@
},
"timestamp": "2024-05-15T13:01:24.370421"
},
"tbi": {
"content": [
28
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.0"
},
"timestamp": "2024-05-15T13:00:49.378451"
},
"versions_allelspecific": {
"content": [
[
Expand Down

0 comments on commit 2111eb3

Please sign in to comment.