Skip to content

Commit

Permalink
Update modules/nf-core/pbsv/call/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
  • Loading branch information
tanyasarkjain and fellen31 authored Oct 31, 2024
1 parent 79179ea commit 9d49f85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/nf-core/pbsv/call/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ process PBSV_CALL {
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${meta.id}"
"""
pbsv call -j ${task.cpus} ${fasta} ${svsig} ${prefix}.vcf $args
pbsv \\
call \\
$args \\
-j ${task.cpus} \\
${fasta} \\
${svsig} \\
${prefix}.vcf
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 9d49f85

Please sign in to comment.