Skip to main content

sccmec

Tags: sccmec staphylococcus-aureus mrsa antimicrobial-resistance typing sample-scope

Identify SCCmec elements in Staphylococcus aureus genomes.

Uses SCCmec to identify the Staphylococcal Cassette Chromosome mec (SCCmec) element in Staphylococcus aureus assemblies. It predicts the type based on the presence of specific mec and ccr gene complexes.

Inputs

record (
meta: Record,
fna: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
fnaPathAssembled contigs in FASTA format

Outputs

record (
meta: Record,
tsv: Path,
targets: Path,
target_details: Path,
regions: Path,
regions_details: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathMain results file with SCCmec typing
targetsPathBLAST results for target sequences
target_detailsPathDetailed results for target matches
regionsPathBLAST results for SCCmec regions
regions_detailsPathDetailed results for SCCmec region matches
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

sccmec Parameters

ParameterTypeDefaultDescription
--sccmec_min_targets_pidentinteger90Minimum percent identity to count a target hit
--sccmec_min_targets_coverageinteger80Minimum percent coverage to count a target hit
--sccmec_min_regions_pidentinteger85Minimum percent identity to count a region hit
--sccmec_min_regions_coverageinteger93Minimum percent coverage to count a region hit

Used By

Subworkflows

  • sccmec - Identify SCCmec elements in Staphylococcus aureus genomes.

Workflows

  • sccmec - Typing of SCCmec cassettes in Staphylococcus aureus assemblies.

Citations

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

Source

View source on GitHub

Version

SCCMEC:
- sccmec: 1.2.0