Skip to main content

scoary

Tags: scoary pangenome gwas association bacteria roary run-scope

Pan-genome wide association studies.

Uses Scoary to score the components of the pan-genome for associations to specified traits (phenotypes). It is designed to work with the gene presence/absence output from Roary.

Inputs

record (
meta: Record,
csv: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
csvPathGene presence/absence CSV file (typically from Roary)
traits: Path
NameTypeDescription
traitsPathCSV file containing trait information for the samples

Outputs

record (
meta: Record,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
resultsSet<Path>All output files to be published
logsSet<Path?>Optional program specific log files
nf_logsSet<Path>Nextflow-specific log files (e.g. .command.{begin
versionsSet<Path>A YAML formatted file with program versions

Parameters

Scoary Parameters

ParameterTypeDefaultDescription
--scoary_traitsstringInput trait table (CSV) to test for associations
--scoary_permuteinteger0Perform N number of permutations of the significant results post-analysis

Used By

Subworkflows

  • scoary - Pan-genome wide association studies.

Workflows

  • pangenome - Pangenome analysis with optional core-genome phylogeny.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

SCOARY:
- scoary: 1.6.16