Description

A tool that mines antimicrobial peptides (AMPs) from (meta)genomes by predicting peptides from genomes (provided as contigs) and outputs all the predicted anti-microbial peptides found.

Input

name:type
description
pattern

meta:map

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

fasta:file

A fasta file with nucleotide sequences.

*.{fasta,fa,fna,fasta.gz,fa.gz,fna.gz}

Output

name:type
description
pattern

smorfs

meta:map

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

*/*.smorfs.faa.gz:file

A zipped fasta file containing aminoacid sequences showing the general gene prediction information in the contigs.

*.smorfs.faa.gz

all_orfs

meta:map

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

*/*.all_orfs.faa.gz:file

A zipped fasta file containing amino acid sequences showing the general gene prediction information in the contigs.

*.all_orfs.faa.gz

amp_prediction

meta:map

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

*/*.prediction.gz:file

A zipped file, with all predicted amps in a table format.

*.prediction.gz

readme_file

meta:map

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

*/*.md:file

A readme file containing tool specific information (e.g. citations, details about the output, etc.).

*.md

log_file

meta:map

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

*/*_log.txt:file

A log file containing the information pertaining to the run.

*_log.txt

versions

versions.yml:file

File containing software versions

versions.yml

Tools