mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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 args2 = task.ext.args2 ?: ''
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
|
||||
|
||||
"""
|
||||
pre.py \\
|
||||
$args \\
|
||||
|
|
|
@ -45,7 +45,7 @@ output:
|
|||
- summary:
|
||||
type: file
|
||||
description: A CSV file containing the summary of the benchmarking
|
||||
pattern: "*.summary.csv"
|
||||
pattern: "*.summary.csv"
|
||||
- extended:
|
||||
type: file
|
||||
description: A CSV file containing extended info of the benchmarking
|
||||
|
@ -60,4 +60,4 @@ output:
|
|||
pattern: "versions.yml"
|
||||
|
||||
authors:
|
||||
- "@nvnieuwk"
|
||||
- "@nvnieuwk"
|
Loading…
Reference in a new issue