-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix some stubs * add more stubs! * fix expansionhunter tests * fix concat tests * Update modules/nf-core/bcftools/sort/tests/main.nf.test Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com> * fix bcftools tests again * fix expansionhunter versions * fix concat again * fix bgzip version for expansionhunter * fix bgzip version for expansionhunter --------- Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
- Loading branch information
Showing
15 changed files
with
429 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 85 additions & 27 deletions
112
modules/nf-core/bcftools/concat/tests/main.nf.test.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,101 @@ | ||
{ | ||
"sarscov2 - [[vcf1, vcf2], []]": { | ||
"content": [ | ||
[ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,4bcd0afd89f56c5d433f6b6abc44d0a6" | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,5f6796c3ae109a1a5b87353954693f5a" | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
], | ||
"vcf": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,5f6796c3ae109a1a5b87353954693f5a" | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
], | ||
[ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
} | ||
], | ||
"timestamp": "2023-11-29T13:52:27.03724666" | ||
"meta": { | ||
"nf-test": "0.8.4", | ||
"nextflow": "24.03.0" | ||
}, | ||
"timestamp": "2024-05-03T13:22:49.766749302" | ||
}, | ||
"sarscov2 - [[vcf1, vcf2], [tbi1, tbi2]]": { | ||
"content": [ | ||
[ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,4bcd0afd89f56c5d433f6b6abc44d0a6" | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,5f6796c3ae109a1a5b87353954693f5a" | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
], | ||
"vcf": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,5f6796c3ae109a1a5b87353954693f5a" | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
], | ||
[ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
} | ||
], | ||
"timestamp": "2023-11-29T13:52:21.468988293" | ||
"meta": { | ||
"nf-test": "0.8.4", | ||
"nextflow": "24.03.0" | ||
}, | ||
"timestamp": "2024-05-03T13:22:41.119912312" | ||
}, | ||
"sarscov2 - [[vcf1, vcf2], [tbi1, tbi2]] - stub": { | ||
"content": [ | ||
"test3.vcf.gz", | ||
[ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
{ | ||
"0": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
], | ||
"1": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
], | ||
"vcf": [ | ||
[ | ||
{ | ||
"id": "test3" | ||
}, | ||
"test3.vcf.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
] | ||
], | ||
"versions": [ | ||
"versions.yml:md5,24ae05eb858733b40fbd3f89743a6d09" | ||
] | ||
} | ||
], | ||
"timestamp": "2023-11-29T13:41:04.716017811" | ||
"meta": { | ||
"nf-test": "0.8.4", | ||
"nextflow": "24.03.0" | ||
}, | ||
"timestamp": "2024-05-03T13:22:59.90466392" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
name: expansionhunter | ||
|
||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
|
||
dependencies: | ||
- bioconda::expansionhunter=5.0.0 | ||
- bioconda::htslib=1.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.