~ubuntu-branches/debian/sid/python-biopython/sid

« back to all changes in this revision

Viewing changes to Bio/SearchIO/HmmerIO/hmmer2_text.py

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-06-08 10:25:35 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20140608102535-ebgnhcpcrum3i3w8
Tags: 1.64+dfsg-1
* New upstream version
* Build-Depends raxml only on those architectures where it is available
  Closes: #750845

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
 
287
287
            self.push_back(self.line)
288
288
 
289
 
            # add homology sequence to annotation
290
 
            frag.aln_annotation['homology'] = consensus
 
289
            # add similarity sequence to annotation
 
290
            frag.aln_annotation['similarity'] = consensus
291
291
 
292
292
            # if there's structure information, add it to the fragment
293
293
            if structureseq: