From 52b69943dc5fb8d9eafbd38748776e42a63ec366 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 27 Sep 2010 07:44:07 -0700 Subject: [PATCH] Add note to Changes about new OBO parsing features --- Changes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3c2ca722ed..42e60036b6 100644 --- a/Changes +++ b/Changes @@ -31,8 +31,10 @@ CPAN releases are branched from 'master'. - bug 2599: support DBLINK annotation in GenBank files [cjfields] - bug 2726: reading/writing granularity: whole scaffold or one contig at a time [Joshua Udall, fangly] - ... - + * Bio::OntologyIO + - Added parsing of xrefs to OBO files, which are stored as secondary + dbxrefs of the cvterm [Naama Menda] + [Bug fixes] * bug 3077 - Bio::SimpleAlign slice() now correctly computes seq coordinates for alignment slices [Ha X. Dang, cjfields]