<?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: Convert VCF to tab-deilimited table]]></title>
	<link>https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table?</link>
	<atom:link href="https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table</guid>
	<pubDate>Tue, 15 May 2018 07:39:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/36624/convert-vcf-to-tab-deilimited-table</link>
	<title><![CDATA[Convert VCF to tab-deilimited table]]></title>
	<description><![CDATA[
<p>Performed with GATK :</p>

<p>java -Xmx8g -jar GenomeAnalysisTK.jar \<br /> -T VariantsToTable \<br /> -R reference.fa \<br /> -V reference_genomes_GT.vcf \<br /> -F CHROM -F POS -F REF -F ALT -GF GT \<br /> -o reference_genomes_GT.table<br />multiple_sample.vcf should also be converted to multiple_sample_GT.table using this approach.</p>
]]></description>
	<dc:creator>Seema Singh</dc:creator>
</item>

</channel>
</rss>