Description

Identify insertion sites positions in bacterial genomes

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

reads

:file

A set of paired-end FASTQ files

*.{fastq.gz,fq.gz}

reference

:file

Reference genome in GenBank format

*.{gbk}

query

:file

Insertion sequences to query in FASTA format

*.{fasta,fa}

Output

name:type
description
pattern

results

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

results/*

:directory

Directory containing ISMapper result files

*/*

versions_ismapper

${task.process}

:string

The name of the process

ismapper

:string

The name of the tool

ismap --version 2>&1 | sed -n 's/^.*ismap //p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

ismapper

:string

The name of the tool

ismap --version 2>&1 | sed -n 's/^.*ismap //p'

:eval

The expression to obtain the version of the tool

Tools

ismapper
BSD-3-Clause

A mapping-based tool for identification of the site and orientation of IS insertions in bacterial genomes.