Changes

From Genome Analysis Wiki
Jump to navigationJump to search
327 bytes added ,  17:36, 21 October 2013
Line 32: Line 32:     
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
   vt normalize <input.vcf> -r <sequence.fa> -o <output.vcf>
+
   vt normalize mills.vcf -r seq.fa -o - mills.normalized.vcf
<div class="mw-collapsible-content">
+
 
 
   #normalize variants, send to standard out and remove duplicates.
 
   #normalize variants, send to standard out and remove duplicates.
 
   vt normalize mills.vcf -r seq.fa -o - | vt merge_duplicate_variants - -o mills.normalized_merged.vcf
 
   vt normalize mills.vcf -r seq.fa -o - | vt merge_duplicate_variants - -o mills.normalized_merged.vcf
 +
<div class="mw-collapsible-content">
 +
  usage : vt normalize [options] <in.vcf>
 +
 +
  options : -o  output VCF file [-]
 +
            -I  file containing list of intervals []
 +
            -i  intervals []
 +
            -r  reference sequence fasta file []
 +
            --  ignores the rest of the labeled arguments following this flag
 +
            -h  displays help
 
</div>
 
</div>
 
</div>
 
</div>
1,102

edits

Navigation menu