mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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"
|
||||
|
||||
"""
|
||||
bamCoverage \
|
||||
--bam $input \
|
||||
$args \
|
||||
--numberOfProcessors ${task.cpus} \
|
||||
--outFileName ${prefix}
|
||||
bamCoverage \\
|
||||
--bam $input \\
|
||||
$args \\
|
||||
--numberOfProcessors ${task.cpus} \\
|
||||
--outFileName ${prefix}
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue