<?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; Community</title>
	<atom:link href="http://news.open-bio.org/news/category/community/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.open-bio.org/news</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:49:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>BioRuby paper published</title>
		<link>http://news.open-bio.org/news/2010/08/bioruby-paper-published/</link>
		<comments>http://news.open-bio.org/news/2010/08/bioruby-paper-published/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 00:13:15 +0000</pubDate>
		<dc:creator>Naohisa Goto</dc:creator>
				<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=731</guid>
		<description><![CDATA[<br/>After 10 years of development, the BioRuby paper is finally published in the Bioinformatics journal.  The article is open access, so please take a look. BioRuby: Bioinformatics software for the Ruby programming language Naohisa Goto, Pjotr Prins, Mitsuteru Nakao, Raoul Bonnal, Jan Aerts and Toshiaki Katayama Bioinformatics 2010; doi: 10.1093/bioinformatics/btq475]]></description>
			<content:encoded><![CDATA[<br/><p>After 10 years of development, the BioRuby paper is finally published in the <a href="http://bioinformatics.oxfordjournals.org/"><em>Bioinformatics</em></a> journal.  The article is open access, so please take a look.</p>
<p style="padding-left: 30px">BioRuby: Bioinformatics software for the Ruby programming language<br />
Naohisa Goto, Pjotr Prins, Mitsuteru Nakao, Raoul Bonnal, Jan Aerts and Toshiaki Katayama<br />
<em>Bioinformatics</em> 2010; <a href="http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btq475">doi: 10.1093/bioinformatics/btq475</a></p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/08/bioruby-paper-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biopython 1.54 released</title>
		<link>http://news.open-bio.org/news/2010/05/biopython-release-154/</link>
		<comments>http://news.open-bio.org/news/2010/05/biopython-release-154/#comments</comments>
		<pubDate>Thu, 20 May 2010 19:04:27 +0000</pubDate>
		<dc:creator>davidw</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=653</guid>
		<description><![CDATA[<br/>The Biopython team is proud to announce Biopython 1.54, a new stable release of the Biopython library. Biopython 1.54 comes five months after our last release and brings new features, tweaks to some established functions and the usual collection of bug fixes. This is the first stable release to feature the new Bio.Phylo module which [...]]]></description>
			<content:encoded><![CDATA[<br/><p>The Biopython team is proud to announce Biopython 1.54, a new stable release of the Biopython library. Biopython 1.54 comes five months after our last release and brings new features,  tweaks to some established functions and the usual collection of bug fixes.</p>
<p>This is the first stable release to feature the new <a title="Bio.Phylo documentation on the wiki" href="http://www.biopython.org/wiki/Phylo">Bio.Phylo</a> module which can be used to read, write and take data from phylogenetic trees in Newick, Nexus and <a title="PhyloXML decription" href="http://www.phyloxml.org/">PhyloXML</a> formats. The module is the result of Eric Talevich&#8217;s Google Summer of Code project which was supported by<a href="http://www.nescent.org/index.php"> The  National Evolutionary Synthesis Center (NESCent)</a>.</p>
<p>Biopython now supports the reading, writing and indexing of Standard Flowgram Format (SFF) files produced in 454 sequencing. Jose Blanca (the brains behind the widely used <a title="sff_extract homepage" href="http://bioinf.comav.upv.es/sff_extract/">sff_extract</a> tool) provided code to handle SFF files and Peter Cock has integrated that code with <tt>Bio.SeqIO</tt>. Adding SFF support to <tt>SeqIO</tt> makes it possible to convert these files to the FASTQ,  FASTA and QUAL formats (as trimmed or untrimmed reads).</p>
<p>As well as adding features the new release tweaks and extends some of  the core modules:</p>
<ul>
<li> Both <tt>Bio.SeqIO</tt> and <tt>Bio.AlignIO</tt> will accept filenames as well as  handles, <a href="http://news.open-bio.org/news/2010/04/biopython-seqio-and-alignio-easier/">as detailed here</a>.</li>
<li> The multiple sequence alignment object that underlies Bio.AlignIO  has been improved.</li>
<li> <tt>Bio.SeqIO</tt> can read and write EMBL nucleotide files.</li>
<li> The dictionary-like objects returned by <tt>Bio.SeqIO.index()</tt> have a new method &#8220;<tt>get_raw</tt>&#8221; that gets unparsed data from a file as a string, <a href="http://news.open-bio.org/news/2010/04/partial-seq-files-biopython/">as detailed here</a>.</li>
<li> <tt>Bio.Entrez</tt> includes some more DTD files, in particular <tt>eLink_090910.dtd</tt>, used by our NCBI Entrez Utilities XML parser.</li>
</ul>
<p>Binaries and source files for Biopython 1.54 are available from the  <a href="http://www.biopython.org/wiki/Download">downloads page</a>. The <a title="Biopython Documentation" href="http://www.biopython.org/wiki/Documentation">documentation</a> has been updated to include the changes made since our last release.</p>
<p>A big thanks to every one who tested our beta release or submitted bugs since <a href="http://news.open-bio.org/news/2009/12/biopython-release-153/">Biopython 1.53</a>. And an especially big thanks to everyone who contributed to this release, including five first time contributors:</p>
<ul>
<li>Anne Pajon (first contribution)</li>
<li> Brad Chapman</li>
<li> Christian Zmasek</li>
<li> Diana Jaunzeikare (first contribution) </li>
<li> Eric Talevich</li>
<li> Jose Blanca (first contribution)</li>
<li>Kevin Jacobs (first contribution)</li>
<li> Leighton Pritchard</li>
<li> Michiel de Hoon</li>
<li> Peter Cock</li>
<li> Thomas Holder (first contribution)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/05/biopython-release-154/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl has moved to GitHub</title>
		<link>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/</link>
		<comments>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:18:33 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=695</guid>
		<description><![CDATA[<br/>BioPerl has migrated to git and GitHub!  We have also set up a mirror set of several key repositories at the great public git hosting site repo.or.cz. If you are a current BioPerl developer (had a previous account for direct access to our prior Subversion repository), please sign up for a GitHub account and let us [...]]]></description>
			<content:encoded><![CDATA[<br/><p>BioPerl has migrated to <a href="http://git-scm.com/">git</a> and <a href="http://github.com/bioperl">GitHub</a>!  We have also set up a mirror set of several key repositories at the great public git hosting site<a href="http://repo.or.cz/w"> repo.or.cz</a>.</p>
<p>If you are a current BioPerl developer (had a previous account for direct access to our prior Subversion repository), please sign up for a GitHub account and let us know your user ID.  Also, add the extra email <a href="http://news.open-bio.org/news/wp-content/uploads/2010/05/generic.jpg"><img class="alignnone size-full wp-image-703" src="http://news.open-bio.org/news/wp-content/uploads/2010/05/generic.jpg" alt="" width="137" height="15" /></a> (where &#8216;DEVNAME&#8217; is your <strong>original Subversion account ID</strong>).  This should map any previous commits from the older Subversion and CVS repository to your new GitHub account.</p>
<p>The following are ways everyone can download the latest code.</p>
<h2>Using git</h2>
<p>Note you can replace &#8216;bioperl-live.git&#8217; with any of the repository names (bioperl-db, bioperl-run, etc).  For BioPerl developers (GitHub collaborators) you have a choice of SSH or HTTP:</p>
<pre><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace;line-height: 18px;font-size: 12px">  git clone git@github.com:bioperl/bioperl-live.git</span></pre>
<pre><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace;line-height: 18px;font-size: 12px">  git clone https://bioperl@github.com/bioperl/bioperl-live.git</span></pre>
<p>The open read-only link (for everyone):</p>
<pre>  git clone git://github.com/bioperl/bioperl-live.git</pre>
<p>or using the mirror site:</p>
<pre><code>  git clone git://repo.or.cz/bioperl-live.git</code></pre>
<h2>Using SVN (read-only)</h2>
<p>We will also support read-only access to GitHub with Subversion.  We may allow write support at some later point.  To use svn:</p>
<pre>  svn checkout http://svn.github.com/bioperl/bioperl-live.git</pre>
<h2>Direct downloads</h2>
<p>Tagged releases can be found here:</p>
<p><a href="http://github.com/bioperl/bioperl-live/downloads">http://github.com/bioperl/bioperl-live/downloads</a></p>
<p>The latest source code here:</p>
<p><a href="http://github.com/bioperl/bioperl-live/archives/master">http://github.com/bioperl/bioperl-live/archives/master</a></p>
<h2><strong>Forking BioPerl and Pull Requests</strong></h2>
<p>We intend on using git and GitHub to their fullest.  With that in mind, we encourage users to <a href="http://help.github.com/forking/">fork</a> BioPerl code, make changes, commit them to your forked repository, and submit <a href="http://github.com/guides/pull-requests">pull requests</a>.</p>
<h2>Documentation</h2>
<p>We&#8217;re also in the process of updating our local developer documents for help with those who haven&#8217;t used git before.  In particular, we have a <a href="http://www.bioperl.org/wiki/Using_Git">Using Git</a> page, and have added <a href="http://www.bioperl.org/wiki/Tracking_Git_commits">RSS feeds</a> for our repository commits.</p>
<p>Enjoy!</p>
<p>chris</p>
<p><strong>Update: </strong>SVN version fixed, thanks to DaveMessina++ for pointing it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/05/bioperl-has-moved-to-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>O&#124;B&#124;F Google Summer of Code Accepted Students</title>
		<link>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/</link>
		<comments>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/#comments</comments>
		<pubDate>Sun, 02 May 2010 19:37:03 +0000</pubDate>
		<dc:creator>rbuels</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=691</guid>
		<description><![CDATA[<br/>I&#8217;m pleased to announce the acceptance of OBF&#8217;s 2010 Google Summer of Code students, listed in alphabetical order with their project titles and primary mentors: Mark Chapman (PM Andreas Prlic) &#8211; Improvements to BioJava including Implementation of Multiple Sequence Alignment Algorithms Jianjiong Gao (PM Peter Rose) &#8211; BioJava Packages for Identification, Classification, and Visualization of [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I&#8217;m pleased to announce the acceptance of <a href="http://www.open-bio.org/wiki/Google_Summer_of_Code">OBF&#8217;s 2010 Google Summer of Code</a> students, listed in alphabetical order with their project titles and primary mentors:</p>
<p>Mark Chapman (PM Andreas Prlic) &#8211; Improvements to BioJava including Implementation of Multiple Sequence Alignment Algorithms</p>
<p>Jianjiong Gao (PM Peter Rose) &#8211; BioJava Packages for Identification, Classification, and Visualization of Posttranslational Modification of Proteins</p>
<p>Kazuhiro Hayashi (PM Naohisa Goto) &#8211; Ruby 1.9.2 support of BioRuby</p>
<p>Sara Rayburn (PM Christian Zmasek) &#8211; Implementing Speciation &amp; Duplication Inference Algorithm for Binary and Non-binary Species Tree</p>
<p>Joao Pedro Garcia Lopes Maia Rodrigues (PM Eric Talevich) &#8211; Extending Bio.PDB: broadening the usefulness of BioPython&#8217;s Structural Biology module</p>
<p>Jun Yin (PM Chris Fields) &#8211; BioPerl Alignment Subsystem Refactoring</p>
<p>Congratulations to our accepted students!</p>
<p>All told, we had 52 applications submitted for the 6 slots (5 originally assigned, plus 1 extra) allotted to us by Google.  Proposals were extremely competitive: 6 out of 52 translates to an 11.5% acceptance rate.  We received a lot of really excellent proposals, the decisions were not easy.</p>
<p>Thanks very much to all the students who applied, we very much appreciate your hard work.</p>
<p>Here&#8217;s to a great 2010 Summer of Code, I&#8217;m sure these students will do wonderful work.</p>
<p>Rob Buels<br />
O|B|F GSoC 2010 Administrator</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/05/obf-google-summer-of-code-accepted-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illumina FASTQ files &#8211; Read Segment Quality Control Indicator</title>
		<link>http://news.open-bio.org/news/2010/04/illumina-q2-trim-fastq/</link>
		<comments>http://news.open-bio.org/news/2010/04/illumina-q2-trim-fastq/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:49:45 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[FASTQ]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=677</guid>
		<description><![CDATA[<br/>In another quirk to the FASTQ story, recent Illumina FASTQ files don&#8217;t actually use the full range of PHRED scores &#8211; and a score of 2 has a special meaning, The Read Segment Quality Control Indicator (RSQCI, encoded as &#8216;B&#8217;). Hats off to Dr Torsten Seemann for raising awareness of this issue in his post [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In another quirk to the <a href="http://news.open-bio.org/news/2009/12/nar-fastq-format/">FASTQ story</a>, recent Illumina FASTQ files don&#8217;t actually use the full range of PHRED scores &#8211; and a score of 2 has a special meaning, <i>The Read Segment Quality Control Indicator</i> (RSQCI, encoded as &#8216;B&#8217;).</p>
<p>Hats off to <i>Dr Torsten Seemann</i> for raising awareness of this issue in <a href="http://seqanswers.com/forums/showpost.php?p=17491&#038;postcount=3">his post on the seqanswers.com forum</a>, referring to a presentation by <i>Tobias Mann</i> of Illumina which says:</p>
<blockquote><p><i>The Read Segment Quality Control Indicator:</p>
<ul>
<li>At the ends of some reads, quality scores are unreliable. Illumina has an algorithm for identifying these unreliable runs of quality scores, and we use a special indicator to flag these portions of reads
</li>
<li>A quality score of 2, encoded as a &#8220;B&#8221;, is used as a special indicator. A quality score of 2 does not imply a specific error rate, but rather implies that the marked region of the read should not be used for downstream analysis.
</li>
<li>Some reads will end with a run of B (or Q2) basecalls, but there will never  be an isolated Q2 basecall.
</li>
</ul>
<p></i><i></i></p></blockquote>
<p>So, armed with this knowledge, you might want to apply a simple trimming criteria to any Illumina FASTQ files &#8211; remove anything after and including a PHRED quality score of 2 (encoded as ASCII &#8216;B&#8217;).</p>
<p>We could do this with the rich object orientated <tt>SeqRecord</tt> based API in Biopython, but when <a href="http://news.open-bio.org/news/2009/09/biopython-fast-fastq/">dealing with massive FASTQ files</a> this overhead matters. Instead we&#8217;ll stick with plain Python strings:</p>
<p><code>
<pre>from Bio.SeqIO.QualityIO import FastqGeneralIterator
handle = open("B_trimmed.fastq", "w")
min_length = 10
for title, seq, qual in FastqGeneralIterator(open("untrimmed.fastq")) :
    #Find the location of the first "B" (PHRED quality 2)
    trim = qual.find("B")
    if trim == -1:
        #No need to trim
        handle.write("@%s\n%s\n+\n%s\n" % (title, seq, qual))
    elif trim >= min_length:
        #Take everything up to the first B
        handle.write("@%s\n%s\n+\n%s\n" % (title, seq[:trim], qual[:trim]))
handle.close()</pre>
<p></code></p>
<p>The above will work fine on any recent Illumina FASTQ files using the RSQCI scheme, but on older Illumina FASTQ files the &#8220;B&#8221; character is just a low quality score &#8211; and can occur even in the middle of a read. Here trimming at the first &#8220;B&#8221; might be unwise. Instead, we can trim any trailing &#8220;B&#8221; characters &#8211; which will do the same thing on RSQCI based FASTQ files where the &#8220;B&#8221; should only appear at the end:</p>
<p><code>
<pre>from Bio.SeqIO.QualityIO import FastqGeneralIterator
handle = open("B_trimmed.fastq", "w")
min_length = 10
for title, seq, qual in FastqGeneralIterator(open("untrimmed.fastq")) :
    qual = qual.rstrip("B") #Remove any trailing B characters
    length = len(qual)
    if length >= min_length:
        seq = seq[:length] #trim to match
        handle.write("@%s\n%s\n+\n%s\n" % (title, seq, qual))
handle.close()</pre>
<p></code></p>
<p>You could easily modify this example to read from stdin and write to stdout (see this <a href="http://www.biopython.org/wiki/Reading_from_unix_pipes">cookbook example</a>), or take filenames as command line arguments to turn this into a general purpose &#8220;FASTQ B-trimming script&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/04/illumina-q2-trim-fastq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder:  BOSC Abstract Deadline April 15</title>
		<link>http://news.open-bio.org/news/2010/04/reminder-bosc-abstract-deadline-april-15/</link>
		<comments>http://news.open-bio.org/news/2010/04/reminder-bosc-abstract-deadline-april-15/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 05:46:00 +0000</pubDate>
		<dc:creator>Kam Dahlquist</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mailing lists]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=657</guid>
		<description><![CDATA[<br/>Just a friendly reminder that abstracts for BOSC 2010 are due next Thursday, April 15.  See the BOSC web site at http://www.open-bio.org/wiki/BOSC_2010 for details.  Submissions will only be accepted electronically at http://events.open-bio.org/BOSC2010/openconf.php. Graduate students, don&#8217;t forget we are offering $250 student travel awards this year. Be sure to check the box indicating that you are [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Just a friendly reminder that abstracts for BOSC 2010 are due next Thursday, April 15.  See the BOSC web site at http://www.open-bio.org/wiki/BOSC_2010 for details.  Submissions will only be accepted electronically at http://events.open-bio.org/BOSC2010/openconf.php.</p>
<p>Graduate students, don&#8217;t forget we are offering $250 student travel awards this year. Be sure to check the box indicating that you are a graduate student to be considered for the award.</p>
<p>We are also pleased to announce that Guy Coates, Group leader of the Informatics Systems Group at the Wellcome Trust Sanger Institute, and Ross Gardler, Vice President of the Apache Software Foundation, will be giving keynote presentations at BOSC.<a title="http://www.sanger.ac.uk/" rel="nofollow" href="http://www.sanger.ac.uk/"></a></p>
<p>On behalf of the BOSC 2010 organizing committee, I hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/04/reminder-bosc-abstract-deadline-april-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O&#124;B&#124;F in Google Summer of Code</title>
		<link>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/</link>
		<comments>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 18:26:52 +0000</pubDate>
		<dc:creator>rbuels</dc:creator>
				<category><![CDATA[BioDAS]]></category>
		<category><![CDATA[BioJava]]></category>
		<category><![CDATA[BioLib]]></category>
		<category><![CDATA[BioMOBY]]></category>
		<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[BioRuby]]></category>
		<category><![CDATA[Biopython]]></category>
		<category><![CDATA[Blipkit]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[OBDA / BioSQL]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=621</guid>
		<description><![CDATA[<br/>O&#124;B&#124;F is in Google Summer of Code, student applications due to Google April 9, 2010.]]></description>
			<content:encoded><![CDATA[<br/><div lang="x-western">
<p>The Open Bioinformatics Foundation has been accepted as a mentoring organization for this summer&#8217;s Google Summer of Code.  Our list of project ideas and mentors is linked from the <a title="O|B|F GSoC" href="http://open-bio.org/wiki/Google_Summer_of_Code" target="_blank">O|B|F GSoC page</a>.</p>
</div>
<div lang="x-western">
<p>Student applications must be submitted to Google by<strong> April 9, 2010,</strong> see the <a href="http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs">official GSoC 2010 FAQ</a>. That is less than three weeks away! <span id="more-621"></span></p>
</div>
<div lang="x-western">
<p>Students, have a look at that wiki page, contact the project you&#8217;re interested in working with, and get rolling on that application post-haste.  A good GSoC application takes quite a bit of thought and effort to put together.  <strong>Students are encouraged to get help from mentors to put together a good application.</strong></p>
</div>
<div lang="x-western">Current developers on O|B|F projects, have a look through the <a href="http://en.flossmanuals.net/GSoCMentoringGuide">GSoC Mentoring Guide</a>, and if it looks like something you want to do, there&#8217;s still time to volunteer as a prospective mentor.  Just add your name to the O|B|F and project wiki pages, and contribute your project ideas.  Even if you don&#8217;t have project ideas of your own, it&#8217;s good to volunteer.</div>
<div lang="x-western">
<p>Google Summer of Code is a Google-sponsored student internship program for open-source projects, open to students from around the world (not just US residents).   Students are paid a $5,000 USD stipend to work as a developer on an open-source project for the summer. For more on GSoC, see the <a href="http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs">official GSoC 2010 FAQ</a>.<a href="http://tinyurl.com/yzemdfo"></a></p>
<p>Thanks to all who helped make OBF&#8217;s application to GSoC a success, and let&#8217;s have a great, productive summer of code!</p>
<p>Rob Buels<a href="mailto:rmb32@cornell.edu?s=GSoC"></a><br />
O|B|F GSoC 2010 Administrator</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/03/obf-in-google-summer-of-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOSC 2010 Call for Abstracts</title>
		<link>http://news.open-bio.org/news/2010/03/bosc-2010-call-for-abstracts/</link>
		<comments>http://news.open-bio.org/news/2010/03/bosc-2010-call-for-abstracts/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 01:19:29 +0000</pubDate>
		<dc:creator>Kam Dahlquist</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[BOSC]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=612</guid>
		<description><![CDATA[<br/>Abstract submissions for the 11th Annual Bioinformatics Open Source Conference (BOSC 2010) are now open. At-a-glance BOSC is an ISMB 2010 Special Interest Group (SIG) Date: July 9-10, 2010 Location: Boston, Massachusetts, USA BOSC 2010 web site: http://www.open-bio.org/wiki/BOSC_2010 Abstract submission via Open Conference System site:  http://events.open-bio.org/BOSC2010/openconf.php E-mail: bosc@open-bio.org Bosc-announce list:  http://lists.open-bio.org/mailman/listinfo/bosc-announce Important Dates April 15: [...]]]></description>
			<content:encoded><![CDATA[<br/><p><span><span style="font-size: x-small"><strong>Abstract submissions for the 11th Annual Bioinformatics  Open Source Conference (BOSC 2010) are now open.</strong><br />
</span></span></p>
<p><span><span style="font-size: x-small"><strong>At-a-glance</strong><br />
BOSC is an ISMB 2010 Special Interest Group (SIG)<br />
Date: July 9-10, 2010<br />
Location: Boston, Massachusetts, USA<br />
BOSC 2010 web site: <a href="http://www.open-bio.org/wiki/BOSC_2010">http://www.open-bio.org/wiki/BOSC_2010</a><br />
Abstract submission via Open Conference System site:  <a href="http://events.open-bio.org/BOSC2010/openconf.php">http://events.open-bio.org/BOSC2010/openconf.php</a><br />
E-mail: bosc@open-bio.org<br />
Bosc-announce list:  <a href="http://lists.open-bio.org/mailman/listinfo/bosc-announce">http://lists.open-bio.org/mailman/listinfo/bosc-announce</a></span></span></p>
<p><strong>Important Dates</strong><br />
<strong>April 15: Abstract deadline</strong><br />
May 5:  Notification of accepted abstracts<br />
May 28: Early Registration Discount Cut-off date<br />
July 8-9:  Codefest 2010<br />
<strong>July 9-10: BOSC 2010</strong><br />
August 15:  Manuscript deadline for BOSC 2010 Proceedings published in  BMC Bioinformatics</p>
<p>The Bioinformatics Open Source Conference (BOSC) is sponsored by the  Open Bioinformatics Foundation (O|B|F), a non-profit group dedicated to  promoting the practice and philosophy of Open Source software  development within the biological research community. To be considered  for acceptance, software systems representing the central topic in a  presentation submitted to BOSC must be licensed with a recognized Open  Source License, and be freely available for download in source code  form.</p>
<p>We have some exciting things planned this year, including:</p>
<ul>
<li><span><span style="font-size: x-small">Codefest 2010 programming session for the two days preceeding BOSC:   See <a href="http://www.open-bio.org/wiki/Codefest_2010">http://www.open-bio.org/wiki/Codefest_2010</a> for  details.</span></span></li>
<li>OpenBio Solution Challenge:  See session description below and <a href="http://www.open-bio.org/wiki/SolutionChallenge">http://www.open-bio.org/wiki/SolutionChallenge</a> for  details.</li>
<li>Student Travel Fellowships:  Through generous sponsorship from Eagle  Genomics and an anonymous donor, we are pleased to announce the  competition for three Student Travel Awards for BOSC 2010. Each winner  will be awarded $250 to defray the costs of travel to BOSC 2010.  See <a href="http://www.open-bio.org/wiki/BOSC_2010#Student_Travel_Awards">http://www.open-bio.org/wiki/BOSC_2010#Student_Travel_Awards</a> for details.</li>
<li>First-ever BOSC Proceedings will be published in the Open Access  journal, BMC Bioinformatics.  Manuscripts will be due after BOSC on  August 15.  See <a href="http://www.open-bio.org/wiki/BOSC_2010#First-ever_Published_BOSC_Proceedings">http://www.open-bio.org/wiki/BOSC_2010#First-ever_Published_BOSC_Proceedings</a> for details.</li>
<li>Sessions on approaches to analyzing high-throughput &#8216;omics data,  cloud-based approaches to improving software and data accessibility, the  semantic web in open source bioinformatics, see below:</li>
</ul>
<p><span><span style="font-size: x-small"><br />
We invite abstracts for talks at the following sessions:</span></span></p>
<p><strong>OpenBio SolutionChallenge</strong> &#8212; Bioinformatics library providers: please  join us in a friendly competition to solve a shared biological problem,  demonstrating the utility of your toolkit alongside other developers.  Instead of the traditional Bio* updates that we&#8217;ve had at previous  conferences, this year, we&#8217;re planning to organize these talks around a  central theme: the OpenBio Solution Challenge. We start with a  biological question of general interest, and the project talks will  focus around how you would solve that problem using your toolkit and  programming language. This is meant to provide a challenge for OpenBio  contributors, a nice tutorial style overview of various projects and  approaches for other programmers, and a fun opportunity to compete and  learn from other projects. Conference attendees will vote on their  favorite solution, with the winner receiving fame and fortune (warning:  fortune not guaranteed). Specific challenges are being discussed on the  SolutionChallenge page and through the various Bio* mailing lists.  Alternately, each project could highlight a challenge that they  particularly do well, focusing tutorial-style on how to solve a  particular problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/03/bosc-2010-call-for-abstracts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BioPerl at GMOD Meeting 2010</title>
		<link>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/</link>
		<comments>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:58:58 +0000</pubDate>
		<dc:creator>Chris Fields</dc:creator>
				<category><![CDATA[BioPerl]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=603</guid>
		<description><![CDATA[<br/>BioPerl developers and users attended the BioPerl satellite meeting on January 13th, just prior to the GMOD Meeting.  Several items were covered on the agenda: In order to start addressing whole genome data with more lightweight objects, we are planning on setting up a lightweight Bio::SeqI object that has a flexible DB backend (i.e. Bio::DB::SeqFeature::Store or [...]]]></description>
			<content:encoded><![CDATA[<br/><p>BioPerl developers and users attended the <a href="http://www.bioperl.org/wiki/GMOD_2010_Meeting">BioPerl satellite meeting</a> on January 13th, just prior to the <a href="http://gmod.org/wiki/January_2010_GMOD_Meeting">GMOD Meeting</a>.  Several items were covered on the agenda:</p>
<ul>
<li>In order to start addressing whole genome data with more lightweight objects, we are planning on setting up a lightweight Bio::SeqI object that has a flexible DB backend (i.e. Bio::DB::SeqFeature::Store or similar).  We are also contemplating adding lazy parsing for some parsers, possibly using the Bio::PullParserI methods (or similar) that Sendu Bala created.</li>
<li>After a final  1.6 branch point release, we may &#8216;freeze&#8217; BioPerl in a maintenance mode, primarily so that we can reorganize core into several more easily installed subdistributions on a branch.  New modules will essentially be additional separate repos that will depend on BioPerl core.  This reorganization has been discussed for a few years now, and as we edge closer to starting this (probably this spring) we&#8217;ll announce more details.</li>
<li>Some initial thoughts on how to handle circular genomes more efficiently.  We essentially do this already, but it isn&#8217;t full-proof.</li>
<li>Need some significant time dedicated towards GFF3-based coding (reimplement FeatureIO but allow some flexibility).  Rob Buels had started the initial run at splitting out FeatureIO, so next step is a true reimplementation.</li>
<li>We don&#8217;t plan on including Moose support for the immediate future, feeling that it would be better to reimplement some of the classes from scratch using Moose and similar as a BioPerl 2.0, or possibly await the impending Rakudo Perl 6 alpha and start afresh using that instead of Moose.</li>
</ul>
<p>Anything we missed?  Anything you would like to address?  Please add comments and we&#8217;ll discuss them on list.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2010/01/bioperl-at-gmod-meeting-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOSC 2010 Request for Input</title>
		<link>http://news.open-bio.org/news/2009/12/bosc-2010-request-for-input/</link>
		<comments>http://news.open-bio.org/news/2009/12/bosc-2010-request-for-input/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 01:39:24 +0000</pubDate>
		<dc:creator>Kam Dahlquist</dc:creator>
				<category><![CDATA[BOSC/ISMB]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[OBF]]></category>
		<category><![CDATA[OBF Projects]]></category>
		<category><![CDATA[BOSC]]></category>

		<guid isPermaLink="false">http://news.open-bio.org/news/?p=583</guid>
		<description><![CDATA[<br/>The BOSC organizing committee is soliciting input on the planning of BOSC 2010 so that we can make it a successful and productive conference for the O&#124;B&#124;F community.  You may send your suggestions to the bosc@open-bio.org e-mail address or add suggestions to the BOSC 2010 talk/discussion wiki page at: http://www.open-bio.org/wiki/Talk:BOSC_2010. Please respond to the questions in this post by January 8, 2010.
]]></description>
			<content:encoded><![CDATA[<br/><p>BOSC 2010 is currently in the planning stages. It will be held for 2 days in conjunction with the 18th Annual International Conference on Intelligent Systems for Molecular Biology (ISMB 2010) in Boston, Massachusetts, USA. The dates of BOSC 2010 are July 9-10; the main ISMB Conference runs July 11-13, 2010.  The BOSC 2010 web site can be accessed here:  <a href="http://www.open-bio.org/wiki/BOSC_2010">http://www.open-bio.org/wiki/BOSC_2010</a>.</p>
<p>The BOSC organizing committee is soliciting input on the planning of BOSC 2010 so that we can make it a successful and productive conference for the O|B|F community.  You may send your suggestions to the <a class="external text" title="mailto:bosc@open-bio.org" rel="nofollow" href="mailto:bosc@open-bio.org">bosc@open-bio.org</a> e-mail address  or add suggestions to the BOSC 2010 talk/discussion wiki page at: <a href="http://www.open-bio.org/wiki/Talk:BOSC_2010.%A0">http://www.open-bio.org/wiki/Talk:BOSC_2010. </a>Please respond to any or all of the questions below:</p>
<p>1.  For the last several years BOSC has consisted mainly of one or two keynote presentations, other talks chosen from among the submitted abstracts organized into sessions by topic, updates from the Bio* projects, Lightning Talks, and informal Birds of a Feather sessions.  Would you rather see BOSC continue in this fashion, or would you support changing the format to one or all of the following:</p>
<ul>
<li> <strong>Tutorials</strong> where there were in depth demonstrations and code tutorials. This could be lead off by the OBF projects instead of the traditional update talks, but could feature any open source projects interested. These would be hands on sessions with real code examples, with a focus on teaching people how to leverage various code bases to make real life work easier.  <strong>Would you be willing to organize/lead such a session for your project?</strong></li>
<li><strong>Discussion</strong> following the hands on tutorials, these would be interactive sessions focused around dealing with unsolved issues. The &#8220;speaker&#8221; would be responsible for setting up a set of discussion topics around an issue of interest, and then facilitating ideas and opinions from the attendees. The goals would be to talk through problems and gather a consensus about options for solving them.  <strong>Would you be willing to organize/lead such a session for your project?</strong></li>
<li><strong>Mini-hackathon</strong> either before, during, or after the 2-day BOSC.  The subject of the hackathon would need to be organized by the individual project leaders/teams.  Some suggestions would be adding/extending support for next-gen sequencing; organizing bugs/tasks so that new beginners can start contributing to the project easily and working on some of those bugs/tasks; organizing some type of contest like the Genome Annotation Assessment Project (GASP) where solutions from different projects compete on arriving at some type of goal.  <strong>Would you be willing to organize/lead this type of session?</strong></li>
<li>Organizing/creating a <strong>LiveCD</strong> or Debian download of Bio* projects with documentation to support outreach to the larger bioinformatics community.  <strong>Would you be willing to organize/lead this type of session?</strong></li>
<li>What <strong>session topics</strong> would you like to see represented for traditional talks?</li>
<li> Who would you like to hear as a <strong>keynote speaker</strong>?</li>
</ul>
<p>2.  The BOSC 2010 organizing committee is in discussion with an open access journal to publish a formal Proceedings for BOSC.  If you are planning on submitting an abstract for BOSC 2010, are you interested in submitting a more formal paper to the BOSC proceedings, given that as the author you would need to pay the page charges that could run between US$500-1000?  We are likely to move ahead with plans to have a proceedings, but it would be helpful to know how many submissions to expect.</p>
<p>3.  Call for <strong>volunteers</strong>.  Organizing tutorial/hackathons and such will only be possible if individuals step forward to lead these sessions.  Please let us know if you would be willing to serve in any capacity.  We also need volunteers to review abstracts for the more &#8220;traditional&#8221; sessions, please let us know if you are willing to do this as well.</p>
<p><strong>Timeline:</strong> We are planning on putting out the Call for Abstracts in mid-January.  To be on track, we would like to receive your input by <strong>Friday, January 8</strong>.  If you are willing to step forward to organize a tutorial/discussion/hackathon, you would need to commit by that time, although there would still be some more time to put the actual program together in the new year.</p>
<p>Thanks and Happy Holidays!</p>
<p>Kam Dahlquist<br />
Chair, BOSC 2010 on behalf of the BOSC 2010 Organizing committee:<br />
Brad Chapman, Michael Heur, Darin London, Anton Nekrutenko, Steffen Moeller, Jim Procter<br />
And the O|B|F Board:<br />
Chris Dagdigian, Nomi Harris, Hilmar Lapp, Jason Stajich</p>
]]></content:encoded>
			<wfw:commentRss>http://news.open-bio.org/news/2009/12/bosc-2010-request-for-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
