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:
tamuanand 2021-12-05 16:45:09 -05:00 committed by GitHub
parent e2ba70ed9a
commit cd94731789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ output:
- html:
type: file
description: Results in HTML format
pattern: "*.thml"
pattern: "*.html"
- log:
type: file
description: fastq log file