pyrodigal
Description¶
Pyrodigal is a Python module that provides bindings to Prodigal, a fast, reliable protein-coding gene prediction for prokaryotic genomes.
Keywords: sort, annotation, prediction, prokaryote
Installation¶
nf-core modules -g https://www.github.com/ebi-metagenomics/nf-modules install pyrodigal
Tools¶
pyrodigal¶
Pyrodigal is a Python module that provides bindings to Prodigal (ORF finder for microbial sequences) using Cython.
Input¶
Name | Type | Description | Pattern |
---|---|---|---|
meta |
map | Groovy Map containing sample information e.g. [ id:'test', single_end:false ] | - |
fasta |
file | FASTA file | *.{fasta.gz,fa.gz,fna.gz} |
output_format |
string | Output format | {gbk,gff} |
Output¶
Name | Type | Description | Pattern |
---|---|---|---|
annotations |
file | - | |
fna |
file | - | |
faa |
file | - | |
score |
file | - | |
versions |
file | - |
People¶
Authors¶
Maintainers