mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
style(deeptools): Indent script (#1439)
This commit is contained in:
parent
608bb22598
commit
fe088745e0
1 changed files with 5 additions and 5 deletions
|
@ -23,11 +23,11 @@ process DEEPTOOLS_BAMCOVERAGE {
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}.bigWig"
|
def prefix = task.ext.prefix ?: "${meta.id}.bigWig"
|
||||||
|
|
||||||
"""
|
"""
|
||||||
bamCoverage \
|
bamCoverage \\
|
||||||
--bam $input \
|
--bam $input \\
|
||||||
$args \
|
$args \\
|
||||||
--numberOfProcessors ${task.cpus} \
|
--numberOfProcessors ${task.cpus} \\
|
||||||
--outFileName ${prefix}
|
--outFileName ${prefix}
|
||||||
|
|
||||||
cat <<-END_VERSIONS > versions.yml
|
cat <<-END_VERSIONS > versions.yml
|
||||||
"${task.process}":
|
"${task.process}":
|
||||||
|
|
Loading…
Reference in a new issue