Skip to content

Commit

Permalink
Add same file clash check to bioawk (#5926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Jul 5, 2024
1 parent 27e1708 commit dee3479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/bioawk/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process BIOAWK {
script:
def args = task.ext.args ?: '' // args is used for the main arguments of the tool
prefix = task.ext.prefix ?: "${meta.id}"

if ("${input}" == "${prefix}") error "Input and output names are the same, use \"task.ext.prefix\" to disambiguate!"
def VERSION = '1.0' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.
"""
bioawk \\
Expand Down

0 comments on commit dee3479

Please sign in to comment.