nf-core_modules/modules/pangolin/meta.yml

35 lines
948 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:
2021-02-09 23:26:45 +00:00
- covid
- pangolin
- lineage
2021-01-29 10:03:54 +00:00
tools:
2021-02-09 23:26:45 +00:00
- 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:
2021-02-09 23:26:45 +00:00
- 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:
2021-02-09 23:26:45 +00:00
- report:
type: file
description: Pangolin lineage report
pattern: "*.{csv}"
- versions:
2021-02-09 23:26:45 +00:00
type: file
description: File containing software versions
pattern: "versions.yml"
2021-01-29 10:03:54 +00:00
authors:
2021-02-09 23:26:45 +00:00
- "@kevinmenden"
- "@drpatelh"