Skip to content

Commit

Permalink
Hotfix for wrong GT in vcf2vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
ckandoth committed Apr 8, 2016
1 parent a4ffc68 commit 885de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf2vcf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

# Standardize AD and DP based on data in the genotype fields
FixAlleleDepths( \@alleles, $var_allele_idx, \%nrm_info );
$tum_info{GT} = "./." unless( defined $tum_info{GT} and $tum_info{GT} ne '.' );
$nrm_info{GT} = "./." unless( defined $nrm_info{GT} and $nrm_info{GT} ne '.' );
}

# Add more filter tags to the FILTER field, if --add-filters was specified
Expand Down

0 comments on commit 885de9b

Please sign in to comment.