mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
6927f1d086
* new gubbins module * new gubbins module * new gubbins module * Update software/gubbins/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update software/gubbins/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update software/gubbins/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update software/gubbins/meta.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * new gubbins module * new gubbins module * new gubbins module * new gubbins module * new gubbins module * new gubbins module * new gubbins module * Update tests/config/test_data.config Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Update tests/software/gubbins/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * new gubbins module * new gubbins module * new snpsites module * new snpsites module * new snpsites module * new snpsites module * adding fasttree module * correct trailing whitespace * using sarscov2 as a test dir * use sars-cov-2 alignment * remove old test alignment * new snpsites module * new snpsites module * new snpsites module * updated test file names * new snpsites module * revert to gubbins test on upstream * add new lines * renove whitespace * Apply suggestions from code review Co-authored-by: avantonder <avt@sanger.ac.uk> Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> Co-authored-by: avantonder <ajv37@cam.ac.uk>
31 lines
833 B
YAML
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"
|