Skip to content

Commit

Permalink
Merge pull request #19 from Ferlab-Ste-Justine/Hotfix-Tabix-Vep
Browse files Browse the repository at this point in the history
Hotfix changes the duplicate "script" block in vep.nf, tabix
  • Loading branch information
DamienGnst committed Jul 4, 2024
2 parents 06f12c5 + 33fd865 commit 1b14d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/vep.nf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ process tabix {
"""
tabix $vcfFile
"""
script:
stub:
"""
touch ${vcfFile}.tbi
"""
Expand Down

0 comments on commit 1b14d4c

Please sign in to comment.