1,102
edits
Changes
From Genome Analysis Wiki
Vt
,→Remove info tags
Removes INFO tags from a VCF file
<div class=" mw-collapsible mw-collapsed">
#removes the INFO tags OLD_VARIANT, ENTROPY, PSCORE and COMP
vt rminfo exact.del.bcf -t OLD_VARIANT,ENTROPY,PSCORE,COMP -o rm.bcf
<div class="mw-collapsible-content">
usage : vt rminfo [options] <in.vcf>
options : -o output VCF file [-]
-q do not print options and summary [false]
-t list of info tags to be removed []
-I file containing list of intervals []
-i intervals []
-? displays help
</div>
</div>
=== Remove overlap ===
description : Removes overlapping variants in a VCF file by tagging such variants with the FILTER flag overlap.
usage : vt remove_overlap [options] <in.vcf>
options : -o output VCF file [-]
-I file containing list of intervals []
-i intervals []
-? displays help
<div class=" mw-collapsible mw-collapsed">
#removes the INFO tags OLD_VARIANT, ENTROPY, PSCORE and COMP