Microbial gene prediction tool that identifies protein-coding genes in DNA sequences
Microbial gene prediction
prodigal$ prodigal -i input.fasta -a proteins.fasta -o genes.gff$ prodigal -i input.fasta -d nucleotides.fasta -o genes.gff$ prodigal -i metagenome.fasta -p meta -o genes.gff -a proteins.fasta