Does anyone know of where I can get code to do protein structural alignments in perl?
Welcome to the Monastery first of all. Getting code isn't the goal, since you want to make judgments on whether it fits your requirements according to the type of alignment tasks that you want to perform, that might require you to customize it and maybe break your head over ambiguities in there since you might get to deal with OpenGL and 3-D rendering issues among other things like calculating RMS or figuring torsion angles, structural alignment is a different concept than sequence string alignment and it requires more skills...

Since you want to do structural alignments anyways, have you considered the free DeepView since it is an established Structural Alignment Tool and it has a very nice step-wise accompanying tutorial too, so maybe investing time in learning it provides a higher trade-off ...


Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind.

In reply to Re: structural alignment by biohisham
in thread structural alignment by modoc.kesner

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.