Skip to main content

plasmidfinder

Tags: plasmid replicon typing antimicrobial-resistance mobilome sample-scope

Identify plasmid replicons in bacterial genome assemblies.

This subworkflow uses PlasmidFinder to identify plasmid replicons in bacterial genome assemblies. It screens assemblies against the PlasmidFinder database to detect known plasmid replicon types and provides detailed results including hit sequences and classification information.

Take

assembly: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
assemblyAssembled contigs in FASTA format

Emit

Published

The sample_outputs and run_outputs emissions are aggregates of output files that will be published in the entry workflow.

sample_outputs

OutputDescription
jsonPlasmidFinder results in JSON format
txtPlasmidFinder results in text format
tsvTab-delimited PlasmidFinder results with replicon typing information
genome_seqFASTA sequences of plasmid hits found in the genome (gzipped)
plasmid_seqReference plasmid sequences matched (gzipped)

run_outputs

OutputDescription
csvAggregated results in CSV format

Module Composition

This subworkflow calls the following modules:

  • plasmidfinder - Identify plasmid replicon types in bacterial sequences and assemblies.
  • csvtk_concat - Concatenate multiple CSV or TSV files into a single table.

Used By

This subworkflow is used by the following workflows:

Citations

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

Source

View source on GitHub