mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05: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
|
path fasta
|
||||||
|
|
||||||
output:
|
output:
|
||||||
path "*.dict" , emit: dict
|
path "*.dict" , emit: dict
|
||||||
path "*.version.txt" , emit: version
|
path "*.version.txt" , emit: version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue