<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
span.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
Issue #3388 has been updated by Peter Cock.

<ul>
  <li><strong>Status</strong> changed from <i>New</i> to <i>Closed</i></li>
  <li><strong>% Done</strong> changed from <i>0</i> to <i>100</i></li>
</ul>

<p>General annotation was included in Biopython 1.61</p>


        <p>Closing in favour of <a class="external" href="https://github.com/biopython/biopython/issues/516">https://github.com/biopython/biopython/issues/516</a> for per-column annotation.</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/3388#change-15276">Feature #3388: add annotation and letter_annotations attributed for Bio.Align.MultipleSeqAlignment. object</a></h1>

<ul><li>Author: saverio vicario</li>
<li>Status: Closed</li>
<li>Priority: Normal</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: Main Distribution</li>
<li>Target version: </li>
<li>URL: </li></ul>

<p>At the moment I could not add annotation at alignment level.  annotation could be usefull for tracking info linked to the loci ( i.e. name of domain), while letter annotation could be usefull to track quality score of alignment or if the sites belong to a given character set.<br />In particular when to alignment are merged it would be usefull tha the bounduary of the merge is tracked<br />for example in Letter annotation of the merge of an alignment a with 10 sites and b of 5 sites the letter_annotations would be as following</p>


        <p>{locus1:'111111111100000',locus2:'000000000011111'} <br />this could be usefull also to annotate the 3 position of codons
{pos1:'1001001001',pos2:'0100100100', pos3:'0010010010'}</p>


        <p>If this letter_annotation would be supported the annotation could be kept across merging and splitting of the alignment</p>



<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here and login: <a class="external" href="http://redmine.open-bio.org">http://redmine.open-bio.org</a></p></span>
</body>
</html>