[Biopython-dev] [Bug 3127] New: SeqIO.write appends text to fasta comments
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Mon Aug 2 18:12:57 UTC 2010
http://bugzilla.open-bio.org/show_bug.cgi?id=3127
Summary: SeqIO.write appends text to fasta comments
Product: Biopython
Version: 1.54
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: Other
AssignedTo: biopython-dev at biopython.org
ReportedBy: jared.ackers at smithsdetection.com
When using the following SeqIO command:
SeqIO.write(SeqIO.parse("file.txt", "tab"), "file.fas", "fasta")
SeqIO will append the text " <unknown description>" to every sequence ID in the
output file. The input file has two tab-delimited columns, the first with a
(custom) sequence ID and the second with the corresponding sequence.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list