Skip to main content

ismapper

Tags: insertion sequence transposase mobile-genetic-elements sample-scope

Identify transposase insertion sites in bacterial genomes.

This subworkflow maps insertion sequence (IS) positions in bacterial genomes using ISMapper. The tool identifies transposase insertion sites from short read sequence data by mapping reads to reference sequences and detecting insertion sites with high precision.

Uses explicit positional record fields for reads:

  • Input: record(meta, r1, r2, se, lr) where each read slot is Path?

Take

reads: Channel<Record>
FieldDescription
metaGroovy Record containing sample information
r1Illumina R1 reads (paired-end)
r2Illumina R2 reads (paired-end)
seSingle-end Illumina reads (not supported by ISMapper)
lrLong reads (not supported by ISMapper)
reference: Path
insertions: Path
NameTypeDescription
referencePathReference genome in FASTA format for mapping
insertionsPathInsertion sequence reference file containing IS elements to map

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
supplementalDirectory containing the final tables of insertion sites and visual summaries

run_outputs

No run-scope outputs.

Module Composition

This subworkflow calls the following modules:

  • ismapper - Identify insertion sites and orientation of mobile genetic elements.

Used By

This subworkflow is used by the following workflows:

  • ismapper - Identify insertion sequence positions in bacterial genomes.

Citations

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

Source

View source on GitHub