Skip to content

Commit

Permalink
slight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyasarkjain committed Oct 31, 2024
1 parent a9ac5ea commit 5a3aa68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nf-core/pbsv/call/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process PBSV_CALL {
tag "$meta.id"
label 'process_single'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pbsv:2.9.0--h9ee0642_0':
'biocontainers/pbsv:2.9.0--h9ee0642_0' }"
Expand All @@ -21,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 ${args}
pbsv call -j ${task.cpus} ${fasta} ${svsig} ${prefix}.vcf
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 5a3aa68

Please sign in to comment.