nf-core_modules/modules/pangolin/meta.yml

35 lines
888 B
YAML
Raw Normal View History

2021-01-29 10:03:54 +00:00
name: pangolin
description: Phylogenetic Assignment of Named Global Outbreak LINeages
keywords:
- covid
- pangolin
- lineage
2021-01-29 10:03:54 +00:00
tools:
- star:
description: |
Phylogenetic Assignment of Named Global Outbreak LINeages
homepage: https://github.com/cov-lineages/pangolin#pangolearn-description
manual: https://github.com/cov-lineages/pangolin#pangolearn-description
licence: ["GPL-3.0-or-later"]
2021-01-29 10:03:54 +00:00
input:
- meta:
type: map
description: |
Groovy Map containing sample information
- fasta:
type: file
description: |
The genome assembly to be evaluated
2021-01-29 10:03:54 +00:00
output:
- report:
type: file
description: Pangolin lineage report
pattern: "*.{csv}"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
2021-01-29 10:03:54 +00:00
authors:
- "@kevinmenden"
- "@drpatelh"