style(deeptools): Indent script (#1439)

This commit is contained in:
Edmund Miller 2022-03-24 14:44:31 -05:00 committed by GitHub
parent 608bb22598
commit fe088745e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}":