README 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. PRANK: Probabilistic Alignment Kit
  2. PRANK is a probabilistic multiple alignment program for DNA, codon and
  3. amino-acid sequences. It is based on a novel algorithm that treats
  4. insertions correctly and avoids over-estimation of the number of
  5. deletion events.
  6. In addition, PRANK borrows ideas from maximum likelihood (ML) methods
  7. used in phylogenetics and correctly takes into account the evolutionary
  8. distances between sequences.
  9. Lastly, PRANK allows for defining a potential structure for sequences to
  10. be aligned and then, simultaneously with the alignment, predicts the
  11. locations of structural units in the sequences.
  12. NOTE!
  13. The dependencies listed in the REQUIRED field are not needed for
  14. building PRANK. They are, however, highly recommended for the complete
  15. functionality of the program:
  16. 1) Progressive alignment requires a guide tree. If no tree is provided,
  17. PRANK constructs one by calling MAFFT to make a quick alignment and
  18. infers an NJ tree from the evolutionary distances based on that.
  19. 2) The standard PRANK algorithm is based on an exhaustive search of the
  20. best pairwise solution. PRANK uses Exonerate to anchor the pairwise
  21. alignments and thus speed up the process.
  22. 3) To improve the ancestral reconstruction, PRANK uses BppAncestor from
  23. the BppSuite.
  24. NOTE 2: This will not build on a 32bit system.