Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
famosab committed Mar 22, 2024
1 parent a6d52ad commit 8b9b119
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nf-core/ensemblvep/download/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ nextflow_process {
input[0] = [ [id:"${params.vep_cache_version}_${params.vep_genome}"],
params.vep_genome,
params.vep_species,
params.vep_cache_version])
params.vep_cache_version
]
"""
}
}
Expand Down
Loading

0 comments on commit 8b9b119

Please sign in to comment.