Skip to content

Commit

Permalink
Update modules/nf-core/vt/decomposeblocksub/tests/main.nf.test
Browse files Browse the repository at this point in the history
Co-authored-by: Louis LE NEZET <58640615+LouisLeNezet@users.noreply.github.com>
  • Loading branch information
kubranarci and LouisLeNezet authored Dec 4, 2024
1 parent a64587d commit e613120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/vt/decomposeblocksub/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nextflow_process {
process {
"""
input[0] = [
[ id:'test', single_end:false ], // meta map
[ id:'test', single_end:false ], // meta map
file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/vcf/test.vcf.gz', checkIfExists: true),
file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/vcf/test.vcf.gz.tbi', checkIfExists: true),
[]
Expand Down

0 comments on commit e613120

Please sign in to comment.