Description

Predict prophages in bacterial genomes

Input

Name (Type)
Description
Pattern

meta (map)

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

]

gbk (file)

Genome file in .gbk or .gbff format.

*.{gbk,gbff}

Output

Name (Type)
Description
Pattern

meta (map)

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

]

coordinates (file)

Coordinates of each prophage identified in the genome,
and their att sites (if found).

*.{tsv}

gbk (file)

A duplicate GenBank record that is the same as the input record,
but we have inserted the prophage information, including att
sites into the record.

*.{gbk,gbff}

log (file)

File containing the PhiSpy execution log

*.{log}

information (file)

File containing all the genes of the genome, one per line.
The tenth column describes how likely the gene is a phage gene.

*.{tsv}

bacteria_fasta (file)

Genome with prophage regions masked with N.

*.{fasta}

bacteria_gbk (file)

Genome sequences identified as bacterial.

*.{gbk}

phage_fasta (file)

Phage sequences extracted from the genome.

*.{fasta}

phage_gbk (file)

Phage sequences extracted from the genome.

*.{gbk}

prophage_gff (file)

Prophage information in GFF3 format.

*.{gff3}

prophage_tbl (file)

File containing prophage number and its location in the genome.

*.{tbl}

prophage_tsv (file)

A file containing simpler version of the coordinates file,
with only prophage number, contig, start and stop.

*.{tsv}

versions (file)

File containing software versions

versions.yml