[Bioperl-guts-l] [Bug 2956] New: ranges in EMBL output
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Thu Nov 26 09:15:00 EST 2009
http://bugzilla.open-bio.org/show_bug.cgi?id=2956
Summary: ranges in EMBL output
Product: BioPerl
Version: 1.4 branch
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Bio::SeqIO
AssignedTo: bioperl-guts-l at bioperl.org
ReportedBy: pascal.durrens at labri.fr
Hi,
I saw a problem in the order of the ranges for split:location objects on the
reverse strand in Bio::SeqIO output (EMBL format). The ranges are printed as :
FT CDS complement(join(222260..222280,220762..222180))
instead of being sorted numerically like
FT CDS complement(join(220762..222180, 222260..222280))
If I correct the file, it is no longer accepted by Bio::SeqIO
Thanks in advance for your answer
Pascal Durrens
--
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 Bioperl-guts-l
mailing list