<?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: Install vcftools on Ubuntu]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41319/install-vcftools-on-ubuntu?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41319/install-vcftools-on-ubuntu?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41319/install-vcftools-on-ubuntu</guid>
	<pubDate>Sun, 01 Mar 2020 23:27:29 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41319/install-vcftools-on-ubuntu</link>
	<title><![CDATA[Install vcftools on Ubuntu]]></title>
	<description><![CDATA[<code>jit@jit-HP-Pro-3335-MT:~/Downloads/annotated$ sudo apt install vcftools
[sudo] password for jit: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  vcftools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 452 kB of archives.
After this operation, 1,459 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 vcftools amd64 0.1.15-1 [452 kB]
Fetched 452 kB in 1s (449 kB/s)  
Selecting previously unselected package vcftools.
(Reading database ... 193392 files and directories currently installed.)
Preparing to unpack .../vcftools_0.1.15-1_amd64.deb ...
Unpacking vcftools (0.1.15-1) ...
Setting up vcftools (0.1.15-1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...

#MORE at https://vcftools.github.io/perl_module.html

# Calculate stats separately for the filter field, quality and non-indels vcf-stats file.vcf.gz -f FILTER,QUAL=10:200,INFO/INDEL=False -p out/


# Calculate stats for all samples vcf-stats file.vcf.gz -f FORMAT/DP=10:200 -p out/

# Calculate stats only for the sample NA00001 vcf-stats file.vcf.gz -f SAMPLE/NA00001/DP=1:200 -p out/

vcf-stats file.vcf.gz &gt; perl.dump</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>