Skip to content

Commit

Permalink
Update modules/local/add_found_in_tag/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Annick Renevey <[email protected]>
  • Loading branch information
fellen31 and rannick authored Jan 8, 2025
1 parent 2c9b215 commit 6cd933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/add_found_in_tag/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process ADD_FOUND_IN_TAG {
def extension = args2.contains('--output-type b') || args2.contains('-Ob') ? 'bcf.gz' :
args2.contains('--output-type u') || args2.contains('-Ou') ? 'bcf' :
args2.contains('--output-type z') || args2.contains('-Oz') ? 'vcf.gz' :
args2.contains("--output-type v") || args2.contains("-Ov") ? "vcf" :
args2.contains('--output-type v') || args2.contains('-Ov') ? 'vcf' :
"vcf"

"""
Expand Down

0 comments on commit 6cd933c

Please sign in to comment.