<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: get GC across the entire CDS !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41964/get-gc-across-the-entire-cds?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41964/get-gc-across-the-entire-cds?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41964/get-gc-across-the-entire-cds</guid>
	<pubDate>Sun, 12 Jul 2020 05:30:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41964/get-gc-across-the-entire-cds</link>
	<title><![CDATA[get GC across the entire CDS !]]></title>
	<description><![CDATA[<code>#look at GC across the entire CDS.

gffread -x - -g &lt;genome.fasta&gt; &lt;annotation.gff&gt; | \
seqtk comp - | \
awk -v OFS=&quot;\t&quot; &#039;{ print $1, &quot;0&quot;, $2, ($4 + $5) / $2 }&#039;</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>