Changes

From Genome Analysis Wiki
Jump to navigationJump to search
110 bytes added ,  16:17, 4 December 2013
Line 155: Line 155:     
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
Merges duplicate variants by position with the option of considering alleles. (This just discards the duplicate variant that appears later in the VCF file)
+
Views a VCF or BCF or VCF.GZ file.  Eventually to support filters, subsetting of samples.
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
 
</div>
 
</div>
Line 162: Line 162:  
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
 
   #merge duplicate variants and save output in mills.merged.vcf
 
   #merge duplicate variants and save output in mills.merged.vcf
   vt mergedups mills.vcf -o mills.merged.vcf
+
   vt view mills.vcf  
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
  usage : vt mergedups [options] <in.vcf>
+
usage : vt view [options] <in.vcf>
   −
  options : -o  output VCF file [-]
+
options : -o  output VCF file [-]
            -p  merge by position [false]
+
          -v  variant type []
 +
          -p  print options and summary []
 +
          -I  file containing list of 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