nf-core_modules/modules/snpsites/meta.yml
Gregor Sturm 906577873b
Bulk update modules to use versions.yml (#739)
* New functions.nf

* Convert code to create versions.yml

* Update meta.yml

* update output channel

* Fix more meta.yml

* Manually update remaining modules

* remove superflous echo

* Fix misformatted meta.yml files

* Fix yaml, was list instead of dict

* fix version for bcftools

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-09-27 09:41:24 +01:00

31 lines
830 B
YAML

name: snpsites
description: Rapidly extracts SNPs from a multi-FASTA alignment.
keywords:
- SNPs
- invariant
- constant
tools:
- snpsites:
description: Rapidly extracts SNPs from a multi-FASTA alignment.
homepage: https://www.sanger.ac.uk/tool/snp-sites/
documentation: https://github.com/sanger-pathogens/snp-sites
input:
- alignment:
type: file
description: fasta alignment file
pattern: "*.{fasta,fas,fa,aln}"
output:
- version:
type: file
description: File containing software version
pattern: "versions.yml"
- fasta:
type: file
description: Variant fasta file
pattern: "*.{fas}"
- constant_sites:
type: file
description: Text file containing counts of constant sites
pattern: "*.{sites.txt}"
authors:
- "@avantonder"