<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>O&#124;B&#124;F News &#187; OBDA / BioSQL</title>
	<atom:link href="http://news.open-bio.org/news/category/obf-projects/obda-biosql/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.open-bio.org/news</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:45:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Biopython 1.53 released</title>
		<link>http://news.open-bio.org/news/2009/12/biopython-release-153/</link>
		<comments>http://news.open-bio.org/news/2009/12/biopython-release-153/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:57:53 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=555</guid>
		<description><![CDATA[<br/>We are pleased to announce the availability of Biopython 1.53, a new stable release of the Biopython library, three months after the release of Biopython 1.52. This is our first release since migrating from CVS to git for source code control.
There have been some additions to our core objects &#8211; the Seq (and related UnknownSeq) [...]]]></description>
			<content:encoded><![CDATA[<br/><p>We are pleased to announce the availability of Biopython 1.53, a new stable release of the Biopython library, three months after the release of <a href="http://news.open-bio.org/news/2009/09/biopython-release-152/">Biopython 1.52</a>. This is our first release since <a href="http://news.open-bio.org/news/2009/09/biopython-cvs-to-git-migration/">migrating from CVS to git</a> for source code control.</p>
<p>There have been some additions to our core objects &#8211; the <a href="http://biopython.org/wiki/Seq">Seq</a> (and related UnknownSeq) objects gained upper and lower methods (like the string methods of the same name but alphabet aware) plus a new ungap method. The SeqFeature object now has an extract method to get the region of sequence it describes (useful for getting CDS nucleotide sequences from GenBank files). Also <a href="http://biopython.org/wiki/SeqRecord">SeqRecord</a> objects now support addition, giving a new SeqRecord with the combined sequence, all the SeqFeatures, and any common annotation.</p>
<p>SQLite support (built into Python 2.5+) was added to our <a href="http://biopython.org/wiki/BioSQL">BioSQL interface</a> (Brad Chapman). This is still a little experimental as we are using a draft BioSQL SQLite schema, but this should be merged into the next <a href="http://www.biosql.org">BioSQL</a> release.</p>
<p>Biopython now includes wrappers for the new NCBI BLAST C++ tools, which will be replacing the old NCBI &#8220;legacy&#8221; BLAST tools written in C. The plain text BLAST parser has been updated to cope as well. Nevertheless, we (and the NCBI) still recommend using the XML output for parsing.</p>
<p>Bio.Entrez includes the <a href="http://www.nlm.nih.gov/bsd/licensee/announce/2009.html#d09_17">new (Jan 2010) DTD files</a> from the NCBI for parsing MedLine/PubMed data.</p>
<p>The NCBI codon tables have been updated from version 3.4 to 3.9, which adds a few extra start codons, and a few new tables (Tables 16, 21, 22 and 23).</p>
<p>The restriction enzyme list in Bio.Restriction has been updated to the Nov 2009 release of <a href="http://rebase.neb.com/rebase/rebase.html">REBASE</a>.</p>
<p>The Bio.PDB parser and output code has been updated to understand the element column in ATOM and HETATM lines (based on patches contributed by Hongbo Zhu and Frederik Gwinner), and Bio.PDB.PDBList has been updated for recent changes to the PDB FTP site (Paul T. Bathen).</p>
<p>Finally, support for running Biopython under <a href="http://www.jython.org">Jython</a> (using the Java Virtual Machine) has been much improved (with input from Kyle Ellrott). Note that Jython does not support C code, and currently Jython does not parse DTD files (<a href="http://bugs.jython.org/issue1447">Jython Issue 1447</a>; needed for the Bio.Entrez XML parser). However, most of the Biopython modules seem fine from testing with Jython 2.5.0 and 2.5.1.</p>
<p>Sources and Windows Installers are available from our <a href="http://www.biopython.org/wiki/Download">downloads</a> page.</p>
<p>Thanks to the Biopython development team and to everyone who has reported bugs or contributed patches since our last release.</p>
<p>(At least) 12 people contributed to this release, including 3 first timers:</p>
<ul>
<li>Bartek Wilczynski</li>
<li>Brad Chapman</li>
<li>Chris Lasher</li>
<li>Cymon Cox</li>
<li>Frank Kauff</li>
<li>Frederik Gwinner (first contribution)</li>
<li>Hongbo Zhu (first contribution)</li>
<li>Kyle Ellrott</li>
<li>Leighton Pritchard</li>
<li>Michiel de Hoon</li>
<li>Paul Bathen (first contribution)</li>
<li>Peter Cock</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/12/biopython-release-153/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioSQL v1.0.1 released</title>
		<link>http://news.open-bio.org/news/2008/08/biosql-v101-released/</link>
		<comments>http://news.open-bio.org/news/2008/08/biosql-v101-released/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 11:38:39 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=165</guid>
		<description><![CDATA[<br/>This is a belated news entry announcing the release of BioSQL v1.0.1, available from the <a href="http://www.biosql.org/wiki/Downloads">BioSQL downloads</a> page.

For full details, see <a href="http://lists.open-bio.org/pipermail/biosql-l/2008-August/001311.html">Hilmar's official announcement</a> on the BioSQL mailing list]]></description>
			<content:encoded><![CDATA[<br/><p>This is a belated news entry announcing the second BioSQL v1.0 (code-named Tokyo) release, v1.0.1, which was made on August 2, 2008. It is available from the <a href="http://www.biosql.org/wiki/Downloads">BioSQL downloads</a> page.</p>
<p>This version of the schema should be fully backwards compatible with the v1.0.0 schema for nearly all software and queries. The only change is relaxing a column width constraint. Migration scripts are for those who want to simply upgrade their existing database.</p>
<p>In addition, the script load_ncbi_taxonomy.pl has been fixed to no longer require the taxon primary key and the NCBI taxon ID to be identical.  The Bio* language bindings should not be affected by this change.</p>
<p>For full details, see <a href="http://lists.open-bio.org/pipermail/biosql-l/2008-August/001311.html">Hilmar&#8217;s official announcement</a> on the BioSQL mailing list</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2008/08/biosql-v101-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioSQL v1.0.0 released</title>
		<link>http://news.open-bio.org/news/2008/03/biosql-v100-released/</link>
		<comments>http://news.open-bio.org/news/2008/03/biosql-v100-released/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 01:04:37 +0000</pubDate>
		<dc:creator>Hilmar Lapp</dc:creator>
				<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=146</guid>
		<description><![CDATA[<br/>
]]></description>
			<content:encoded><![CDATA[<br/><p>After a long wait and several earlier attempts, version 1.0.0 (code-named Tokyo, see below) of BioSQL has finally been released. The release can be downloaded at <a href="http://biosql.org/DIST/">http://biosql.org/DIST/</a> as .tar.gz, .tar.bz, and Zip (which also has Windows-style end-of-line characters) archives. The <a href="http://lists.open-bio.org/pipermail/biosql-l/2008-March/001190.html">full release announcement</a> can be found in the BioSQL mailing list archives, and in the distribution itself.</p>
<p><span id="more-146"></span><br />
This version of the schema has essentially been the same since November 2004. Software that worked with schema versions downloaded from CVS (or, as of lately, svn) after November 2004 should work with all 1.0.x releases. The release contains the core BioSQL schema for several RDBMSs (MySQL, PostgreSQL, Oracle, HSQLDB, and Apache Derby), accompanying documentation, and a Perl script to preload or update the NCBI taxonomy.</p>
<p>BioSQL is a generic, extensible relational model for sequences, sequence features, their annotation, and ontology terms. It is also designed as the interoperable persistence interface between the Bio* projects. Additional information regarding BioSQL, including links to language bindings, a roadmap to future releases and enhancements, and possible local optimizations is available from the <a href="http://biosql.org/">BioSQL website</a>.</p>
<p>This release and the accompanying work was irreversibly set in motion at the BioHackathon 2008 in Tokyo, and would not have happened without the active encouragement from several hackathon participants, especially Heikki Lehv&auml;hslaiho, Mark Schreiber, Richard Holland, and Raoul Bonnal. In recognition of this, and in keeping with an informal tradition held up since the first BioHackathon, I am code-naming the 1.0.x release series the Tokyo release series of BioSQL.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2008/03/biosql-v100-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides of Bioperl-db / BioSQL talk at BOSC03</title>
		<link>http://news.open-bio.org/news/2003/09/slides-of-bioperl-db-biosql-talk-at-bosc03/</link>
		<comments>http://news.open-bio.org/news/2003/09/slides-of-bioperl-db-biosql-talk-at-bosc03/#comments</comments>
		<pubDate>Sun, 21 Sep 2003 09:36:00 +0000</pubDate>
		<dc:creator>Hilmar Lapp</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=114</guid>
		<description><![CDATA[<br/>
]]></description>
			<content:encoded><![CDATA[<br/><p>I posted the <a href="http://www.open-bio.org/bosc2003/slides/Persistent_Bioperl_BOSC03.pdf">slides</a> for the Bioperl-db/BioSQL talk I gave at BOSC03.</p>
<p>-hilmar</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2003/09/slides-of-bioperl-db-biosql-talk-at-bosc03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server downtime announcement</title>
		<link>http://news.open-bio.org/news/2003/08/server-downtime-announcement/</link>
		<comments>http://news.open-bio.org/news/2003/08/server-downtime-announcement/#comments</comments>
		<pubDate>Sat, 30 Aug 2003 21:07:42 +0000</pubDate>
		<dc:creator>Chris Dagdigian</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=111</guid>
		<description><![CDATA[<br/>
]]></description>
			<content:encoded><![CDATA[<br/><p>Hi Everyone,</p>
<p>Apologies for the mass cross-posting but this email is about server and IP changes that will affect all of our projects and servers.</p>
<p>Simply put &#8212; Wyeth, the company that provides us with our hosting and wonderful T3 connection to the internet is cutting their internet connection circuits over from one ISP to a different Tier 1 internet backbone.</p>
<p><span id="more-111"></span><br />
Technically the changeover will be swift as the circuit and new routers/firewalls are already in place. Should be a matter of bringing down the old gear and lighting up the new stuff.</p>
<p>The backbone change will have a significant affect on us though &#8212; all of our server IP addresses will change.</p>
<p>The change is scheduled for the evening (EST/EDT timezone) of September 2nd 2003. I&#8217;ll be onsite at Wyeth in the datacenter as the change occurs so that I can bring down our servers and plug in the new IP addresses.</p>
<p>The really nice thing is that all of our primary and secondary DNS nameservers are hosted at places other than Wyeth. This means that we can almost instantly be pushing out the new correct IP addresses for all of our open-bio.org, biojava.org etc. domain names.</p>
<p>If I can get my act together during the day on Tuesday I&#8217;ll start seeding our DNS servers with shorter TTL values which will speed up the spread of the new information.</p>
<p>For people with &#8216;fresh&#8217; DNS data our servers will appear back on the internet within 30 minutes or so. For people behind nameserver caches that do not refresh all that often please expect our servers to &#8220;vanish&#8221; from the internet for a period of about 8-24 hours while the new information propagates out through the internet.</p>
<p>Regards,<br />
Chris<br />
open-bio.org</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2003/08/server-downtime-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Open Biological Database Access (OBDA) introduction for BioPerl</title>
		<link>http://news.open-bio.org/news/2003/06/the-open-biological-database-access-obda-introduction-for-bioperl/</link>
		<comments>http://news.open-bio.org/news/2003/06/the-open-biological-database-access-obda-introduction-for-bioperl/#comments</comments>
		<pubDate>Thu, 12 Jun 2003 15:11:28 +0000</pubDate>
		<dc:creator>Heikki Lehvaslaiho</dc:creator>
				<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=97</guid>
		<description><![CDATA[<br/>
]]></description>
			<content:encoded><![CDATA[<br/><p>Do you need to access sequences from multiple places? Would you like<br />
to easily retrieve your own local sequences from indexed flat files,<br />
all other sequences on species X from department wide raletional<br />
database and the rest from global internet servers?</p>
<p>The Open Biological Database Access (OBDA) System was designed so that<br />
one could use the same application code to access data from all three<br />
of the database types by simply changing a few lines in a<br />
&#8220;configuration file&#8221;. This makes application code more portable and<br />
easier to maintain.</p>
<p>This document gives an overview and shows how to use it in BioPerl:<br />
<a href="http://www.bioperl.org/HOWTOs/html/OBDA_Access.html"></p>
<p>http://www.bioperl.org/HOWTOs/html/OBDA_Access.html</a></p>
<p><a hrer="http://www.bioperl.org/HOWTOs/pdf/OBDA_Access.pdf"></p>
<p>http://www.bioperl.org/HOWTOs/pdf/OBDA_Access.pdf</a></p>
<p>OBDA System is also implemented in BioJava, BioPython and BioRuby.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2003/06/the-open-biological-database-access-obda-introduction-for-bioperl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioSQL and Bioperl-db inching towards release</title>
		<link>http://news.open-bio.org/news/2003/05/biosql-and-bioperl-db-inching-towards-release/</link>
		<comments>http://news.open-bio.org/news/2003/05/biosql-and-bioperl-db-inching-towards-release/#comments</comments>
		<pubDate>Fri, 23 May 2003 23:51:30 +0000</pubDate>
		<dc:creator>Chris Dagdigian</dc:creator>
				<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=91</guid>
		<description><![CDATA[<br/>I got the Oracle version of the biosql schema fully migrated, at least as far as I can tell from here. I'm going to commit the new version some time today. There will also be a sql*plus migration script from pre-Singapore to the current version that supposedly keeps your data intact (be sure to read the disclaimer though).
]]></description>
			<content:encoded><![CDATA[<br/><p>Hilmar writes:</p>
<p>I got the Oracle version of the biosql schema fully migrated, at least as far as I can tell from here. I&#8217;m going to commit the new version some time today. There will also be a sql*plus migration script from pre-Singapore to the current version that supposedly keeps your data intact (be sure to read the disclaimer though).</p>
<p>This means we&#8217;re getting ready to release Biosql 1.0, possibly as early as next week. If anyone sees any problems with the current schema that he/she thinks should be corrected before this release, please speak up now. I guess I should make an effort and generate an updated ERD before release; the dated ones are confusing wrt the current schema. If there is consensus I&#8217;ll put out a release candidate early next week.</p>
<p>Bioperl-db should be working against the mysql, PostgreSQL, and Oracle versions (once I&#8217;ve committed that one). The major deficiency here is POD documentation of the modules, specifically updating old modules, and adding/updating the SYNOPSIS sections. I guess a programmer&#8217;s guide would also be helpful. For the next weeks to come I&#8217;m unfortunately not in a position to be able to spend the time it would require to bring the POD documentation up to speed. Would anyone else care to help out? What is generally people&#8217;s take on how good the documentation should be before we release this? Maybe not care too much and just go ahead to have something officially blessed that can be downloaded?</p>
<p>Jason, with respect to the marker database in bioperl-db, what is your vote on keeping it in the distribution? The problem is that the schema is MySQL-specific, so if someone wants biosql on Pg or Oracle you still have to set up Mysql in order to make all tests pass. An option could be to check the driver in the markerdb-related tests and skip everything if it&#8217;s not mysql.</p>
<p>The next feature I&#8217;m going to add to biosql is a table for expression data that basically resembles the data cube with various dimensions (roughly, bioentry, term [quantitation type], term [sample annotation]). No LIMS info (yet) other than sample annotation as far as it fits the term table. In my view, this would be a post-1.0 thing. Do people agree?</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2003/05/biosql-and-bioperl-db-inching-towards-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL issues with bioperl-db</title>
		<link>http://news.open-bio.org/news/2003/02/postgresql-issues-with-bioperl-db/</link>
		<comments>http://news.open-bio.org/news/2003/02/postgresql-issues-with-bioperl-db/#comments</comments>
		<pubDate>Fri, 28 Feb 2003 16:59:55 +0000</pubDate>
		<dc:creator>Chris Dagdigian</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=72</guid>
		<description><![CDATA[<br/>
]]></description>
			<content:encoded><![CDATA[<br/><p>Hilmar writes:</p>
<p>Here&#8217;s the background.</p>
<p>The current code in the bioperl-db adaptors to biosql run the connection with AutoCommit off, which means the client determines the transaction. Load_seqdatabase.pl (the main script for loading databases into biosql) treats one sequence entry as one transaction. If any sql statement required for loading the sequence fails unexpectedly, the whole transaction is rolled back, otherwise it is committed once the entry and all its annotation went in successfully. The emphasis rests on &#8216;unexpectedly&#8217;: INSERTs may fail due to unique key violations, which is caught and triggers a look-up of the affected entry by unique key. E.g. a dbxref may already exist; if so, it needs to be looked up in order to establish the association with the bioentry.</p>
<p>Here&#8217;s the problem.</p>
<p>If within a transaction a particular statement fails, in Oracle and MySQL/InnoDB only that particular statement fails, not the previous ones in the same transaction, nor the subsequent ones. If you commit the transaction, all the succeeded statements&#8217; results get committed. In PostgreSQL, however, the entire transaction fails and is invalidated, making all previous and all subsequent statements fail until you call rollback (you cannot call commit on a failed transaction).</p>
<p>The fulll message and email discussion thread can be read at:<br />
<a href="http://bioperl.org/pipermail/bioperl-l/2003-February/011343.html">http://bioperl.org/pipermail/bioperl-l/2003-February/011343.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2003/02/postgresql-issues-with-bioperl-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
