Changeset 159 for plone4bio.base/trunk/src/plone4bio/base/png/seqrecord.py
- Timestamp:
- 09/05/10 17:22:24 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/src/plone4bio/base/png/seqrecord.py
r149 r159 86 86 f.type = f.type.replace(" ", "_") 87 87 SeqIO.write([seqrecord, ], genbank, "genbank") 88 (stdoutdata, stderrdata) = graphics.communicate(genbank.getvalue())88 (stdoutdata, stderrdata) = graphics.communicate(genbank.getvalue()) 89 89 return stdoutdata 90 90
