nf-core_modules/modules/snpsites/meta.yml
Harshil Patel e937c7950a
Rename software/ directory to modules/ to re-organise module structure (#567)
* Update README

* Rename pytest_software.yml to pytest_modules.yml

* Rename main software directory to modules

* Remove deprecated modules

* Rename tests software to modules

* Replace paths for tests in pytest_modules.yml

* Replace software with modules in Github Actions

* Replace software with modules in main.nf tests

* Rename software to modules in test.yml
2021-07-07 10:10:18 +01:00

31 lines
833 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: "*.{version.txt}"
- 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"