mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix: ECLint check: trailing whitespace
This commit is contained in:
parent
053dd6ee1b
commit
30e3f2c5f5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ process GATK_CREATESEQUENCEDICTIONARY {
|
|||
path fasta
|
||||
|
||||
output:
|
||||
path "*.dict" , emit: dict
|
||||
path "*.dict" , emit: dict
|
||||
path "*.version.txt" , emit: version
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue