nf-core/phispy @ 0.0.0-6c4ed3a
Summary
Predict prophages in bacterial genomes
Get started
Add the following snippet to your workflow script to include this module.
include { PHISPY } from 'nf-core/phispy'
License
MIT License
Name
|
PHISPY |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gbk
file
|
Genome file in .gbk or .gbff format. *.{gbk,gbff}
|
gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.gb*
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
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.log
file
|
File containing the PhiSpy execution log *.{log}
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
phage_gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_phage.gbk
file
|
Phage sequences extracted from the genome. *.{gbk}
|
coordinates
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.tsv
file
|
Coordinates of each prophage identified in the genome, and their att sites (if found). *.{tsv}
|
information
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_prophage_information.tsv
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}
|
phage_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_phage.fasta
file
|
Phage sequences extracted from the genome. *.{fasta}
|
bacteria_gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_bacteria.gbk
file
|
Genome sequences identified as bacterial. *.{gbk}
|
prophage_gff
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_prophage.gff3
file
|
Prophage information in GFF3 format. *.{gff3}
|
prophage_tbl
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_prophage.tbl
file
|
File containing prophage number and its location in the genome. *.{tbl}
|
prophage_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_prophage.tsv
file
|
A file containing simpler version of the coordinates file, with only prophage number, contig, start and stop. *.{tsv}
|
bacteria_fasta
tuple
meta
map
|
|---|