mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Fixed a linting issue
This commit is contained in:
parent
37338ecee3
commit
065a5d6a7f
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ process HAPPY {
|
||||||
def args = task.ext.args ?: ''
|
def args = task.ext.args ?: ''
|
||||||
def args2 = task.ext.args2 ?: ''
|
def args2 = task.ext.args2 ?: ''
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||||
|
|
||||||
"""
|
"""
|
||||||
pre.py \\
|
pre.py \\
|
||||||
$args \\
|
$args \\
|
||||||
|
|
|
@ -45,7 +45,7 @@ output:
|
||||||
- summary:
|
- summary:
|
||||||
type: file
|
type: file
|
||||||
description: A CSV file containing the summary of the benchmarking
|
description: A CSV file containing the summary of the benchmarking
|
||||||
pattern: "*.summary.csv"
|
pattern: "*.summary.csv"
|
||||||
- extended:
|
- extended:
|
||||||
type: file
|
type: file
|
||||||
description: A CSV file containing extended info of the benchmarking
|
description: A CSV file containing extended info of the benchmarking
|
||||||
|
@ -60,4 +60,4 @@ output:
|
||||||
pattern: "versions.yml"
|
pattern: "versions.yml"
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- "@nvnieuwk"
|
- "@nvnieuwk"
|
Loading…
Reference in a new issue