<?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: Correct bash command to zip your vcf file]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file</guid>
	<pubDate>Wed, 04 Mar 2020 04:32:17 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41337/correct-bash-command-to-zip-your-vcf-file</link>
	<title><![CDATA[Correct bash command to zip your vcf file]]></title>
	<description><![CDATA[<code>bgzip -c file.vcf &gt; file.vcf.gz
tabix -p vcf file.vcf.gz

#More at http://www.htslib.org/doc/tabix.html</code>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>

</channel>
</rss>