Skip to content

Commit

Permalink
args
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasarkjain committed Oct 31, 2024
1 parent 5a3aa68 commit 79179ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/pbsv/call/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ process PBSV_CALL {
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${meta.id}"
"""
pbsv call -j ${task.cpus} ${fasta} ${svsig} ${prefix}.vcf
pbsv call -j ${task.cpus} ${fasta} ${svsig} ${prefix}.vcf $args
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 79179ea

Please sign in to comment.