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