mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
710ab76b90
* 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 Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
61 lines
2 KiB
YAML
61 lines
2 KiB
YAML
name: gubbins
|
|
description: Gubbins (Genealogies Unbiased By recomBinations In Nucleotide Sequences) is an algorithm that iteratively identifies
|
|
loci containing elevated densities of base substitutions while concurrently constructing a phylogeny based on the
|
|
putative point mutations outside of these regions.
|
|
keywords:
|
|
- recombination
|
|
- alignment
|
|
tools:
|
|
- gubbins:
|
|
description: Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins.
|
|
homepage: https://sanger-pathogens.github.io/gubbins/
|
|
documentation: https://sanger-pathogens.github.io/gubbins/
|
|
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: Filtered variant alignment in fasta format
|
|
pattern: "*.{fasta}"
|
|
- embl_predicted:
|
|
type: file
|
|
description: Recombination predictions in embl format
|
|
pattern: "*.{recombination_predictions.embl}"
|
|
- gff:
|
|
type: file
|
|
description: Recombination predictions in gff format
|
|
pattern: "*.{gff}"
|
|
- embl_branch:
|
|
type: file
|
|
description: Branch base reconstruction
|
|
pattern: "*.{branch_base_reconstruction.embl}"
|
|
- vcf:
|
|
type: file
|
|
description: SNP distribution
|
|
pattern: "*.{vcf}"
|
|
- stats:
|
|
type: file
|
|
description: Per branch statistics
|
|
pattern: "*.{csv}"
|
|
- phylip:
|
|
type: file
|
|
description: Filtered variant alignment in phylip format
|
|
pattern: "*.{phylip}"
|
|
- tree:
|
|
type: file
|
|
description: Recombination removed RAxML phylogenetic tree
|
|
pattern: "*.{final_tree.tre}"
|
|
- tree_labelled:
|
|
type: file
|
|
description: Recombination removed RAxML phylogenetic tree (nodes labelled)
|
|
pattern: "*.{node_labelled.final_tree.tre}"
|
|
authors:
|
|
- "@avantonder"
|
|
|