Scroll to navigation

PRANK(1) The Probabilistic Alignment Kit PRANK(1)

NAME

prank - Computes probabilistic multiple sequence alignments

SYNOPSIS

prank sequence_file

prank [optional parameters] -d=sequence_file [optional parameters]

DESCRIPTION

The Probabilistic Alignment Kit (PRANK) is a probabilistic multiple alignment program for DNA, codon and amino-acid sequences. It's based on a novel algorithm that treats insertions correctly and avoids over-estimation of the number of deletion events.

In addition, PRANK borrows ideas from maximum likelihood methods used in phylogenetics and correctly takes into account the evolutionary distances between sequences. Lastly, PRANK allows for defining a potential structure for sequences to be aligned and then, simultaneously with the alignment, predicts the locations of structural units in the sequences.

OPTIONS

INPUT/OUTPUT PARAMETERS

The input sequence file in FASTA format.
The tree file to use. If unset, an appriximated NJ tree is generated.
Set the name of the output file. If unset, output_file is set to output.
Set the output format. output_format can be one of fasta (default), phylipi, phylips, paml, or nexus.
The model file to use. If unset, model_file is set to HKY2/WAG.
Compute posterior support.
Output alignment xml-file.
Output alignment guidetree.
Output ancestral sequences.
Output all of these.
Do not use Exonerate anchoring. (Exonerate to be installed separately.)
Do not use MAFFT for guide tree. (MAFFT to be installed separately.)
Estimate tree from an input alignment (and realign).
Truncate names at first space character.
Reduce output.

ALIGNMENT MERGE

The first input alignment file in FASTA format.
The second input alignment file in FASTA format.
The tree file for the first alignment. If unset, an appriximated NJ tree is generated.
The tree file for the second alignment. If unset, an appriximated NJ tree is generated.

MODEL PARAMETERS

Force insertions to be always skipped.
Set the gap opening rate. The default is 0.025 for DNA and 0.005 for proteins.
Set the gap extension probability. The default is 0.75 for DNA and 0.5 for proteins.
Use empirical codon model for coding DNA.
Use DNA or protein model, respectively. Disables auto-detection of model.
Penalise terminal gaps normally.
No missing data. Use -F for terminal gaps.
Do not remove gaps from pre-aligned sequences.

OTHER PARAMETERS

Rounds of re-alignment iteration; by default, iterate five times and keep the best result.
Run only once. Same as -iterate=1.
Prune guide tree branches with no sequence data.
Prune sequence data with no guide tree leaves.
Slower but should work for a greater number of sequences.
Translate input data to protein sequences.
Translate input data to protein sequencess using mt table.
Do not align, just convert to a different format.
DNA sequence file for backtranslation of protein alignment.
Show an extended help page with more options.
Show version and check for updates.

AUTHORS

prank was written by Ari Loytynoja.

This manual page was originally written by Manuel Prinz <manuel@debian.org> for the Debian project (and may be used by others).

2017-03-22 v.121211