<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 #2704 has been updated by Peter Cock.

<ul>
  <li><strong>Description</strong> updated (<a title="View differences" href="https://redmine.open-bio.org/journals/diff/15412?detail_id=1772">diff</a>)</li>
  <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>I'm going to close this due to lack of activity - hopefully we could parse the output from the later versions of EMBOSS.</p>
<hr />
<h1><a href="https://redmine.open-bio.org/issues/2704#change-15412">Bug #2704: Parser for the markx10 alignment format</a></h1>

<ul><li>Author: Osvaldo Zagordi</li>
<li>Status: Closed</li>
<li>Priority: Normal</li>
<li>Assignee: Biopython Dev Mailing List</li>
<li>Category: Main Distribution</li>
<li>Target version: Not Applicable</li>
<li>URL: </li></ul>

<p>Hi,<br />I recently wrote some code to parse the Emboss alignment format<br />markx10 (format explained at<br /><a class="external" href="http://emboss.sourceforge.net/docs/themes/AlignFormats.html">http://emboss.sourceforge.net/docs/themes/AlignFormats.html</a>)<br />Since it is slightly different from the Fasta m10 (not surprising, right?) I had to adapt FastaIO.py.<br />I thought this might eventually be included in biopython.<br />Important:<br />I noticed that if the alignment program exits for some reason and<br />does not close the alignment file with two lines like these<br />#---------------------------------------<br />#---------------------------------------<br />bad things can happen (e.g., sucking all the memory of the system)). <br />Could it be that a similar issue applies to FastaIO parser as well?<br />Best,<br />        Osvaldo</p>

  <fieldset class="attachments"><legend>Files</legend>
    <a href="https://redmine.open-bio.org/attachments/download/1151/m10test.tgz">m10test.tgz</a>
    (5.64 KB)<br />
  </fieldset>


<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>