mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update meta.yml by fixing html pattern expected (#1113)
Fixed html pattern typo: Before: pattern: "*.thml" After fix: pattern: "*.html"
This commit is contained in:
parent
e2ba70ed9a
commit
cd94731789
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ output:
|
||||||
- html:
|
- html:
|
||||||
type: file
|
type: file
|
||||||
description: Results in HTML format
|
description: Results in HTML format
|
||||||
pattern: "*.thml"
|
pattern: "*.html"
|
||||||
- log:
|
- log:
|
||||||
type: file
|
type: file
|
||||||
description: fastq log file
|
description: fastq log file
|
||||||
|
|
Loading…
Reference in a new issue