metadata.xml 1.4 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci-chemistry@gentoo.org</email>
  6. <name>Gentoo Chemistry Project</name>
  7. </maintainer>
  8. <longdescription>
  9. MM-align is an algorithm for structurally aligning multiple-chain
  10. protein-protein complexes. The algorithm is built on a heuristic
  11. iteration of a modified Needleman-Wunsch dynamic programming (DP)
  12. algorithm, with the alignment score specified by the inter-complex residue
  13. distances. The multiple chains in each complex are first joined, in every
  14. possible order, and then simultaneously aligned with cross-chain alignments
  15. prevented. The alignments of interface residues are enhanced by an
  16. interface-specific weighting factor. An optimal alignment between two complexes,
  17. as well as the overall TM-score, will be reported for each comparison.
  18. What is the difference between TM-align and MM-align? TM-align is for aligning
  19. monomer protein structures while MM-align is designed for aligning
  20. multiple-chain protein complex structures. Although one can still use TM-align
  21. to align protein complexes after manually joining the chains, this will lead
  22. to suboptimal alignments with unphysical cross alignments. Therefore, the
  23. best result will be obtained if one uses TM-align to monomer structures and
  24. MM-align for multimer structures.
  25. </longdescription>
  26. </pkgmetadata>