This commit is contained in:
drpatelh 2021-02-09 23:26:45 +00:00
parent 6795fe04b8
commit b03846600d

View file

@ -31,7 +31,6 @@ params:
description: |
Instead of directly downloading Singularity images for use with Singularity,
force the workflow to pull and convert Docker containers instead.
input:
- meta:
type: map
@ -41,17 +40,15 @@ input:
type: file
description: |
The genome assembly to be evaluated
output:
- report:
type: file
description: The lineage report
pattern: "{prefix}.lineage_report.csv"
description: Pangolin lineage report
pattern: "*.{csv}"
- version:
type: file
description: File containing software version
pattern: "*.{version.txt}"
authors:
- "@kevinmenden"
- "@drpatelh"