Skip to content

Commit

Permalink
fix copy paste error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Jan 31, 2025
1 parent e28cc52 commit 5ca8b78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ nextflow_workflow {
input[11] = params.genome
input[12] = params.species
input[13] = params.vep_cache_version
input[14] = null
input[14] = params.annotations_filter
input[15] = []
input[16] = files("\${params.vcfanno_tomls}/*.toml", checkIfExists:true)
"""
Expand Down Expand Up @@ -163,7 +163,7 @@ nextflow_workflow {
input[7] = []
input[8] = []
input[9] = []
input[10] = ["sv", "cnv]
input[10] = ["sv", "cnv"]
input[11] = params.genome
input[12] = params.species
input[13] = params.vep_cache_version
Expand Down

0 comments on commit 5ca8b78

Please sign in to comment.