<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / aunderwo / tag / report.alignment</title>
<link>http://netvouz.com/aunderwo/tag/report.alignment?feed=rss</link>
<description>aunderwo&#39;s bookmarks tagged &quot;report.alignment&quot; on Netvouz</description>
<item><title>PhyloBioRuby - forester - Tutorial for multiple sequence alignments and phylogenetic methods in BioRuby -- under development! -</title>
<link>http://code.google.com/p/forester/wiki/PhyloBioRuby</link>
<description>#!/usr/bin/env ruby require &#39;bio&#39; # Reads in a ClustalW-formatted multiple sequence alignment # from a file named &quot;infile_clustalw.aln&quot; and stores it in &#39;report&#39;. report = Bio::ClustalW::Report.new(File.read(&#39;infile_clustalw.aln&#39;)) # Accesses the actual alignment. msa = report.alignment # Goes through all sequences in &#39;msa&#39; and prints the # actual molecular sequence. msa.each do |entry|   puts entry.seq end</description>
<category domain="http://netvouz.com/aunderwo?category=6973401905513192900"></category>
<author>aunderwo</author>
<pubDate>Fri, 18 Mar 2011 09:35:43 GMT</pubDate>
</item></channel></rss>