<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Dreaming about bio-spreadsheet</title>
	<atom:link href="http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/</link>
	<description>visualization, protein science, open science and freelancing science</description>
	<lastBuildDate>Sun, 11 Dec 2011 09:03:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Pawel Szczesny</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-820</link>
		<dc:creator><![CDATA[Pawel Szczesny]]></dc:creator>
		<pubDate>Mon, 22 Jun 2009 11:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-820</guid>
		<description><![CDATA[Thank you all for the comments. 

Marcin, it&#039;s all about presentation to the non-programming colleagues and looking for possibility to avoid Excel files :).

Burke, thanks a lot, I wasn&#039;t aware of ISAcreator. Need to have a look.

Tyler, duh!, DableDB :) I&#039;ve used it so long ago I forgot about its existence.

Bogdan, I have a similar workflow (but use Perl one-liners instead of gawk) however as I pointed to Marcin, it&#039;s the &quot;presentation&quot; part that dictates other requirements :). I&#039;ve corrected your gawk snippet.]]></description>
		<content:encoded><![CDATA[<p>Thank you all for the comments. </p>
<p>Marcin, it&#8217;s all about presentation to the non-programming colleagues and looking for possibility to avoid Excel files <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Burke, thanks a lot, I wasn&#8217;t aware of ISAcreator. Need to have a look.</p>
<p>Tyler, duh!, DableDB <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve used it so long ago I forgot about its existence.</p>
<p>Bogdan, I have a similar workflow (but use Perl one-liners instead of gawk) however as I pointed to Marcin, it&#8217;s the &#8220;presentation&#8221; part that dictates other requirements <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I&#8217;ve corrected your gawk snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-796</link>
		<dc:creator><![CDATA[Bogdan]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 08:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-796</guid>
		<description><![CDATA[oops, missed a closing &#039; after right curly brace above]]></description>
		<content:encoded><![CDATA[<p>oops, missed a closing &#8216; after right curly brace above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-795</link>
		<dc:creator><![CDATA[Bogdan]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 08:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-795</guid>
		<description><![CDATA[I&#039;m mostly stuck with Python doing this kind of things. Each time I just copy over the older script, change the number of items parsed from a single line of data file, and then change print statements :)

That&#039;s fairly easy, but I guess this could be extended to a more-or-less universal script, counting columns on its own, and accepting string parameters with $1, $2 ... embedded to denote column contents.

Also, there&#039;s awk (gawk), which I guess could do the job best, but my knowledge of gawk is limited to simple column extraction, like
&lt;code&gt;gawk &#039;{print $2&quot;\t&quot;$5}&#039; datafile.tsv&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m mostly stuck with Python doing this kind of things. Each time I just copy over the older script, change the number of items parsed from a single line of data file, and then change print statements <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That&#8217;s fairly easy, but I guess this could be extended to a more-or-less universal script, counting columns on its own, and accepting string parameters with $1, $2 &#8230; embedded to denote column contents.</p>
<p>Also, there&#8217;s awk (gawk), which I guess could do the job best, but my knowledge of gawk is limited to simple column extraction, like<br />
<code>gawk '{print $2"\t"$5}' datafile.tsv</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-769</link>
		<dc:creator><![CDATA[Tyler]]></dc:creator>
		<pubDate>Sat, 23 May 2009 20:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-769</guid>
		<description><![CDATA[It seems like you could probably throw something together with dabbleDB that would fit the bill...]]></description>
		<content:encoded><![CDATA[<p>It seems like you could probably throw something together with dabbleDB that would fit the bill&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burke Squires</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-766</link>
		<dc:creator><![CDATA[Burke Squires]]></dc:creator>
		<pubDate>Wed, 20 May 2009 16:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-766</guid>
		<description><![CDATA[I am not sure is this fits the bill...but some folks at the EBI have created a java-based platform for data storage and annotation. It is called ISAcreator and can be found here: 

http://isatab.sourceforge.net/isacreator.html

Burke]]></description>
		<content:encoded><![CDATA[<p>I am not sure is this fits the bill&#8230;but some folks at the EBI have created a java-based platform for data storage and annotation. It is called ISAcreator and can be found here: </p>
<p><a href="http://isatab.sourceforge.net/isacreator.html" rel="nofollow">http://isatab.sourceforge.net/isacreator.html</a></p>
<p>Burke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Cieslik</title>
		<link>http://freelancingscience.com/2009/05/19/dreaming-about-bio-spreadsheet/#comment-763</link>
		<dc:creator><![CDATA[Marcin Cieslik]]></dc:creator>
		<pubDate>Tue, 19 May 2009 14:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://freelancingscience.com/?p=459#comment-763</guid>
		<description><![CDATA[So data is in rows and columns are &quot;transformations&quot;. Why do you think this is superior to a flow-chart with vector(i.e. rows) input?]]></description>
		<content:encoded><![CDATA[<p>So data is in rows and columns are &#8220;transformations&#8221;. Why do you think this is superior to a flow-chart with vector(i.e. rows) input?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

