Description

Pangenome toolbox for bacterial genomes

Input

name:type
description
pattern

meta

:map

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

gff

:file

A set of GFF3 formatted files

*.{gff}

Output

name:type
description
pattern

results

meta

:map

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

${prefix}_results/*

:directory

Directory containing PIRATE result files

*/*

aln

meta

:map

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

${prefix}_results/core_alignment.fasta

:file

Core-genome alignment produced by PIRATE (Optional)

*.{fasta}

versions_pirate

${task.process}

:string

The name of the process

pirate

:string

The name of the tool

PIRATE --version 2>&1 | sed 's/PIRATE //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

pirate

:string

The name of the tool

PIRATE --version 2>&1 | sed 's/PIRATE //'

:eval

The expression to obtain the version of the tool