Changes

From Genome Analysis Wiki
Jump to navigationJump to search
33 bytes removed ,  09:13, 13 December 2013
Line 34: Line 34:       −
Views a VCF or BCF or VCF.GZ file.  Eventually to support filters, subsetting of samples.
+
Views a VCF or BCF or VCF.GZ file.
    
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
 
   #views mills.bcf and outputs to standard out
 
   #views mills.bcf and outputs to standard out
 
   vt view mills.bcf  
 
   vt view mills.bcf  
 +
  #views mills.bcf and locally sorts it in a 10000bp window and outputs to out.bcf
 +
  vt view -w 10000 mills.bcf
 +
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
   usage : vt view [options] <in.vcf>
 
   usage : vt view [options] <in.vcf>
    
   options : -o  output VCF/VCF.GZ/BCF file [-]
 
   options : -o  output VCF/VCF.GZ/BCF file [-]
             -v variant type []
+
             -w local sorting window size [0]
 
             -p  print options and summary []
 
             -p  print options and summary []
 
             -I  file containing list of intervals []
 
             -I  file containing list of intervals []
 
             -i  intervals []
 
             -i  intervals []
            --  ignores the rest of the labeled arguments following this flag
  −
            -h  displays help
   
  </div>
 
  </div>
 
</div>
 
</div>
1,102

edits

Navigation menu